comparison 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
comparison
equal deleted inserted replaced
1336:c9b6a2fec10d 1337:5f6cef39d81f
342 ) 342 )
343 343
344 (defcustom save-abbrevs nil 344 (defcustom save-abbrevs nil
345 "*Non-nil means save word abbrevs too when files are saved. 345 "*Non-nil means save word abbrevs too when files are saved.
346 If `silently', don't ask the user before saving. 346 If `silently', don't ask the user before saving.
347 Loading an abbrev file sets this to t." 347 Loading an abbrev file sets this to t."
348 :type '(choice (const t) (const nil) (const silently)) 348 :type '(choice (const t) (const nil) (const silently))
349 :group 'abbrev) 349 :group 'abbrev)
350 350
351 (defcustom find-file-run-dired t 351 (defcustom find-file-run-dired t
352 "*Non-nil means allow `find-file' to visit directories. 352 "*Non-nil means allow `find-file' to visit directories.
353 To visit the directory, `find-file' runs `find-directory-functions'." 353 To visit the directory, `find-file' runs `find-directory-functions'."
354 :type 'boolean 354 :type 'boolean
355 :group 'find-file) 355 :group 'find-file)