# HG changeset patch # User Karl Heuer # Date 876959745 0 # Node ID 8de4c2591c496bd7773aae4c5fe6ee43489b7cbd # Parent bf3f4dc09cc08112d2d93f9679d17f9ce94a2549 (auto-save-list-file-prefix): Fix custom type. diff -r bf3f4dc09cc0 -r 8de4c2591c49 lisp/startup.el --- a/lisp/startup.el Wed Oct 15 23:48:01 1997 +0000 +++ b/lisp/startup.el Wed Oct 15 23:55:45 1997 +0000 @@ -325,7 +325,8 @@ if you have not already set `auto-save-list-file-name' yourself. Set this to nil if you want to prevent `auto-save-list-file-name' from being initialized." - :type 'string + :type '(choice (const :tag "Don't record a session's auto save list" nil) + string) :group 'auto-save) (defvar init-file-debug nil)