aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuri Linkov2005-12-14 07:44:44 +0000
committerJuri Linkov2005-12-14 07:44:44 +0000
commit5fff026521070bb7948d5e5f0e655e59fcb1d55b (patch)
tree712037b4d3282a7a675cb92fd1c6b0bdb6c3e02c
parente217c04eafeb777523fd5ec641019408fab89f2a (diff)
downloademacs-5fff026521070bb7948d5e5f0e655e59fcb1d55b.tar.gz
emacs-5fff026521070bb7948d5e5f0e655e59fcb1d55b.zip
(desktop-minor-mode-table): Add vc-dired-mode with nil.
-rw-r--r--lisp/desktop.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/desktop.el b/lisp/desktop.el
index 087cb77f39d..49034884b53 100644
--- a/lisp/desktop.el
+++ b/lisp/desktop.el
@@ -411,7 +411,8 @@ Furthermore the major mode function must be autoloaded.")
411 411
412(defcustom desktop-minor-mode-table 412(defcustom desktop-minor-mode-table
413 '((auto-fill-function auto-fill-mode) 413 '((auto-fill-function auto-fill-mode)
414 (vc-mode nil)) 414 (vc-mode nil)
415 (vc-dired-mode nil))
415 "Table mapping minor mode variables to minor mode functions. 416 "Table mapping minor mode variables to minor mode functions.
416Each entry has the form (NAME RESTORE-FUNCTION). 417Each entry has the form (NAME RESTORE-FUNCTION).
417NAME is the name of the buffer-local variable indicating that the minor 418NAME is the name of the buffer-local variable indicating that the minor