Mercurial > emacs
comparison lisp/desktop.el @ 90918:e9f94688a064
Merge from emacs--devo--0
Patches applied:
* emacs--devo--0 (patch 781-792)
- Update from CVS
- Merge from gnus--rel--5.10
- Merge from emacs--rel--22
* emacs--rel--22 (patch 33-41)
* gnus--rel--5.10 (patch 226-228)
- Update from CVS
Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-219
author | Miles Bader <miles@gnu.org> |
---|---|
date | Mon, 11 Jun 2007 00:58:11 +0000 |
parents | e6fdae9180d4 2ca453ab4706 |
children | 3619e7770f2e |
comparison
equal
deleted
inserted
replaced
90917:9f1c3e957d3e | 90918:e9f94688a064 |
---|---|
421 (vc-dired-mode nil)) | 421 (vc-dired-mode nil)) |
422 "Table mapping minor mode variables to minor mode functions. | 422 "Table mapping minor mode variables to minor mode functions. |
423 Each entry has the form (NAME RESTORE-FUNCTION). | 423 Each entry has the form (NAME RESTORE-FUNCTION). |
424 NAME is the name of the buffer-local variable indicating that the minor | 424 NAME is the name of the buffer-local variable indicating that the minor |
425 mode is active. RESTORE-FUNCTION is the function to activate the minor mode. | 425 mode is active. RESTORE-FUNCTION is the function to activate the minor mode. |
426 called. RESTORE-FUNCTION nil means don't try to restore the minor mode. | 426 RESTORE-FUNCTION nil means don't try to restore the minor mode. |
427 Only minor modes for which the name of the buffer-local variable | 427 Only minor modes for which the name of the buffer-local variable |
428 and the name of the minor mode function are different have to be added to | 428 and the name of the minor mode function are different have to be added to |
429 this table. See also `desktop-minor-mode-handlers'." | 429 this table. See also `desktop-minor-mode-handlers'." |
430 :type 'sexp | 430 :type 'sexp |
431 :group 'desktop) | 431 :group 'desktop) |