mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-30 04:10:54 -08:00
(desktop-minor-mode-table): Add vc-dired-mode with nil.
This commit is contained in:
parent
e217c04eaf
commit
5fff026521
1 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue