* lisp/desktop.el (desktop-minor-mode-table): Add line for ERC.
+2007-10-30 Michael Olson <mwolson@gnu.org>
+
+ * desktop.el (desktop-minor-mode-table): Add line for ERC.
+
2007-10-29 Ken Manheimer <ken.manheimer@gmail.com>
* allout.el (allout-command-prefix, allout-inhibit-auto-fill):
(defcustom desktop-minor-mode-table
'((auto-fill-function auto-fill-mode)
(vc-mode nil)
- (vc-dired-mode nil))
+ (vc-dired-mode nil)
+ (erc-track-minor-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
* erc-ibuffer.el (erc-modified-channels-alist): Use
eval-when-compile, and explain why we are doing this.
- * erc-track.el: Make sure that the state of erc-track-minor-mode
- is not preserved when using desktop.el. Thanks to Levin for the
- report.
-
2007-10-25 Dan Nicolaescu <dann@ics.uci.edu>
* erc-ibuffer.el (erc-modified-channels-alist): Pacify
:global t
:group 'erc-track)
-(add-to-list 'desktop-minor-mode-table '(erc-track-minor-mode nil))
-
(defun erc-track-minor-mode-maybe ()
"Enable `erc-track-minor-mode', depending on `erc-track-enable-keybindings'."
(unless (or erc-track-minor-mode