about summary refs log tree commit diff
path: root/exwm-workspace.el
diff options
context:
space:
mode:
authorChris Feng <chris.w.feng@gmail.com>2015-09-19T04·34+0800
committerChris Feng <chris.w.feng@gmail.com>2015-09-19T04·34+0800
commit921e6e5be989b94b3b62d6db72d31fb16c24ee30 (patch)
tree9c5b8252ab4461059564c1a4023bb1a8e70fd870 /exwm-workspace.el
parentc75a8b82ec2747a6fe7fc4b3a0dfaf1adca7ea64 (diff)
Avoid autoloading variables
* exwm-floating.el:
* exwm-layout.el:
  Avoid autoloading exwm-floating-border-width.
* exwm-workspace.el:
  Avoid autoloading exwm-workspace--switch-history-outdated.
Diffstat (limited to 'exwm-workspace.el')
-rw-r--r--exwm-workspace.el1
1 files changed, 0 insertions, 1 deletions
diff --git a/exwm-workspace.el b/exwm-workspace.el
index a6f21b279480..6f76d2061ad6 100644
--- a/exwm-workspace.el
+++ b/exwm-workspace.el
@@ -63,7 +63,6 @@
 
 (defvar exwm-workspace--switch-history nil
   "History for `read-from-minibuffer' to interactively switch workspace.")
-;;;###autoload
 (defvar exwm-workspace--switch-history-outdated nil
   "Non-nil to indicate `exwm-workspace--switch-history' is outdated.")