diff lisp/desktop.el @ 80720:9cdccb5e49a8

Backport trivial fixes from the trunk. * desktop.el (desktop-minor-mode-table): Add `savehist-mode'. * play/solitaire.el (solitaire-solve): Err out if the solitaire is already in progress.
author Juanma Barranquero <lekktu@gmail.com>
date Tue, 12 Aug 2008 22:23:30 +0000
parents b30a40e18121
children
line wrap: on
line diff
--- a/lisp/desktop.el	Tue Aug 12 18:36:15 2008 +0000
+++ b/lisp/desktop.el	Tue Aug 12 22:23:30 2008 +0000
@@ -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)
+    (savehist-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