comparison lisp/desktop.el @ 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 8926d6f2f267
children ffdb60daf52a 7beb78bc1f8e
comparison
equal deleted inserted replaced
67559:da1c54077c04 67560:2d2062823ea5
409 (make-obsolete-variable 'desktop-buffer-handlers 409 (make-obsolete-variable 'desktop-buffer-handlers
410 'desktop-buffer-mode-handlers "22.1") 410 'desktop-buffer-mode-handlers "22.1")
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.
416 Each entry has the form (NAME RESTORE-FUNCTION). 417 Each entry has the form (NAME RESTORE-FUNCTION).
417 NAME is the name of the buffer-local variable indicating that the minor 418 NAME is the name of the buffer-local variable indicating that the minor
418 mode is active. RESTORE-FUNCTION is the function to activate the minor mode. 419 mode is active. RESTORE-FUNCTION is the function to activate the minor mode.
419 called. RESTORE-FUNCTION nil means don't try to restore the minor mode. 420 called. RESTORE-FUNCTION nil means don't try to restore the minor mode.