Mercurial > hg > xemacs-beta
diff lisp/files.el @ 1337:5f6cef39d81f
[xemacs-hg @ 2003-03-03 10:21:24 by stephent]
whitespace fixup <87isv04urb.fsf@tleepslib.sk.tsukuba.ac.jp>
author | stephent |
---|---|
date | Mon, 03 Mar 2003 10:21:27 +0000 |
parents | 1b0339b048ce |
children | 01c57eb70ae9 |
line wrap: on
line diff
--- 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'."