emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/desktop.el,v


From: Michael W. Olson
Subject: [Emacs-diffs] Changes to emacs/lisp/desktop.el,v
Date: Tue, 30 Oct 2007 00:50:07 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Michael W. Olson <mwolson>      07/10/30 00:50:07

Index: desktop.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/desktop.el,v
retrieving revision 1.115
retrieving revision 1.116
diff -u -b -r1.115 -r1.116
--- desktop.el  27 Oct 2007 17:13:58 -0000      1.115
+++ desktop.el  30 Oct 2007 00:50:06 -0000      1.116
@@ -454,7 +454,8 @@
 (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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]