From f2168a4cda83e9e3489e3cb96e7764884c4029e1 Mon Sep 17 00:00:00 2001 From: Michael Olson Date: Tue, 30 Oct 2007 00:50:07 +0000 Subject: Revert bad erc-track change; ignore erc-track-minor-mode properly in desktop * lisp/desktop.el (desktop-minor-mode-table): Add line for ERC. --- lisp/desktop.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lisp/desktop.el') diff --git a/lisp/desktop.el b/lisp/desktop.el index 0fa38ed3c91..040688492a4 100644 --- a/lisp/desktop.el +++ b/lisp/desktop.el @@ -454,7 +454,8 @@ Furthermore the major mode function must be autoloaded.") (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 -- cgit v1.2.1