aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/desktop.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/desktop.el')
-rw-r--r--lisp/desktop.el5
1 files changed, 3 insertions, 2 deletions
diff --git a/lisp/desktop.el b/lisp/desktop.el
index b126925c467..7aa360cc479 100644
--- a/lisp/desktop.el
+++ b/lisp/desktop.el
@@ -84,7 +84,7 @@
84;; (add-to-list 'desktop-minor-mode-handlers 84;; (add-to-list 'desktop-minor-mode-handlers
85;; '(bar-mode . bar-desktop-restore)) 85;; '(bar-mode . bar-desktop-restore))
86 86
87;; in the module itself, and make shure that the mode function is 87;; in the module itself, and make sure that the mode function is
88;; autoloaded. See the docstrings of `desktop-buffer-mode-handlers' and 88;; autoloaded. See the docstrings of `desktop-buffer-mode-handlers' and
89;; `desktop-minor-mode-handlers' for more info. 89;; `desktop-minor-mode-handlers' for more info.
90 90
@@ -456,7 +456,8 @@ Furthermore the major mode function must be autoloaded.")
456 '((auto-fill-function auto-fill-mode) 456 '((auto-fill-function auto-fill-mode)
457 (vc-mode nil) 457 (vc-mode nil)
458 (vc-dired-mode nil) 458 (vc-dired-mode nil)
459 (erc-track-minor-mode nil)) 459 (erc-track-minor-mode nil)
460 (savehist-mode nil))
460 "Table mapping minor mode variables to minor mode functions. 461 "Table mapping minor mode variables to minor mode functions.
461Each entry has the form (NAME RESTORE-FUNCTION). 462Each entry has the form (NAME RESTORE-FUNCTION).
462NAME is the name of the buffer-local variable indicating that the minor 463NAME is the name of the buffer-local variable indicating that the minor