# HG changeset patch # User Juri Linkov # Date 1134546284 0 # Node ID 2d2062823ea529597ab32888657497aa086a4c5c # Parent da1c54077c04d2a8328b7e5fcaaf8e297f099ef6 (desktop-minor-mode-table): Add vc-dired-mode with nil. diff -r da1c54077c04 -r 2d2062823ea5 lisp/desktop.el --- 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