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


From: Juri Linkov
Subject: [Emacs-diffs] Changes to emacs/lisp/desktop.el
Date: Wed, 14 Dec 2005 07:44:45 +0000

Index: emacs/lisp/desktop.el
diff -u emacs/lisp/desktop.el:1.95 emacs/lisp/desktop.el:1.96
--- emacs/lisp/desktop.el:1.95  Fri Oct 21 08:48:53 2005
+++ emacs/lisp/desktop.el       Wed Dec 14 07:44:44 2005
@@ -411,7 +411,8 @@
 
 (defcustom desktop-minor-mode-table
   '((auto-fill-function auto-fill-mode)
-    (vc-mode nil))
+    (vc-mode nil)
+    (vc-dired-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]