# HG changeset patch # User stephent # Date 1046686887 0 # Node ID 5f6cef39d81f4d780c3ef6dded6561731cdadd42 # Parent c9b6a2fec10dc77b963c2c3a4e297e04df1c454b [xemacs-hg @ 2003-03-03 10:21:24 by stephent] whitespace fixup <87isv04urb.fsf@tleepslib.sk.tsukuba.ac.jp> diff -r c9b6a2fec10d -r 5f6cef39d81f lisp/ChangeLog --- a/lisp/ChangeLog Mon Mar 03 10:17:40 2003 +0000 +++ b/lisp/ChangeLog Mon Mar 03 10:21:27 2003 +0000 @@ -1,3 +1,7 @@ +2003-03-03 Stephen J. Turnbull + + * files.el (save-abbrevs): Fixup whitespace. + 2003-02-26 Stephen J. Turnbull * subr.el (custom-declare-variable-early): Reference diff -r c9b6a2fec10d -r 5f6cef39d81f lisp/files.el --- a/lisp/files.el Mon Mar 03 10:17:40 2003 +0000 +++ b/lisp/files.el Mon Mar 03 10:21:27 2003 +0000 @@ -344,10 +344,10 @@ (defcustom save-abbrevs nil "*Non-nil means save word abbrevs too when files are saved. If `silently', don't ask the user before saving. - Loading an abbrev file sets this to t." +Loading an abbrev file sets this to t." :type '(choice (const t) (const nil) (const silently)) - :group 'abbrev) - + :group 'abbrev) + (defcustom find-file-run-dired t "*Non-nil means allow `find-file' to visit directories. To visit the directory, `find-file' runs `find-directory-functions'."