diff options
author | Juri Linkov <juri@jurta.org> | 2005-12-14 07:44:44 +0000 |
---|---|---|
committer | Juri Linkov <juri@jurta.org> | 2005-12-14 07:44:44 +0000 |
commit | 5fff026521070bb7948d5e5f0e655e59fcb1d55b (patch) | |
tree | 712037b4d3282a7a675cb92fd1c6b0bdb6c3e02c /lisp/desktop.el | |
parent | e217c04eafeb777523fd5ec641019408fab89f2a (diff) | |
download | emacs-5fff026521070bb7948d5e5f0e655e59fcb1d55b.tar.gz |
(desktop-minor-mode-table): Add vc-dired-mode with nil.
Diffstat (limited to 'lisp/desktop.el')
-rw-r--r-- | lisp/desktop.el | 3 |
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.") (defcustom desktop-minor-mode-table '((auto-fill-function auto-fill-mode) - (vc-mode nil)) + (vc-mode nil) + (vc-dired-mode nil)) "Table mapping minor mode variables to minor mode functions. Each entry has the form (NAME RESTORE-FUNCTION). NAME is the name of the buffer-local variable indicating that the minor |