aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/startup.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/startup.el b/lisp/startup.el
index 7f3639551de..ac7fc93bb8e 100644
--- a/lisp/startup.el
+++ b/lisp/startup.el
@@ -325,7 +325,8 @@ This is used after reading your `.emacs' file to initialize
325if you have not already set `auto-save-list-file-name' yourself. 325if you have not already set `auto-save-list-file-name' yourself.
326Set this to nil if you want to prevent `auto-save-list-file-name' 326Set this to nil if you want to prevent `auto-save-list-file-name'
327from being initialized." 327from being initialized."
328 :type 'string 328 :type '(choice (const :tag "Don't record a session's auto save list" nil)
329 string)
329 :group 'auto-save) 330 :group 'auto-save)
330 331
331(defvar init-file-debug nil) 332(defvar init-file-debug nil)