Mercurial > emacs
changeset 67560:2d2062823ea5
(desktop-minor-mode-table): Add vc-dired-mode with nil.
author | Juri Linkov <juri@jurta.org> |
---|---|
date | Wed, 14 Dec 2005 07:44:44 +0000 |
parents | da1c54077c04 |
children | 827930ad591b |
files | lisp/desktop.el |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/desktop.el Wed Dec 14 07:44:20 2005 +0000 +++ b/lisp/desktop.el Wed Dec 14 07:44:44 2005 +0000 @@ -411,7 +411,8 @@ (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