Mercurial > emacs
changeset 20063:8de4c2591c49
(auto-save-list-file-prefix): Fix custom type.
author | Karl Heuer <kwzh@gnu.org> |
---|---|
date | Wed, 15 Oct 1997 23:55:45 +0000 |
parents | bf3f4dc09cc0 |
children | 697360ed5e4b |
files | lisp/startup.el |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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)