/[emacs]/emacs/lisp/files.el
ViewVC logotype

Diff of /emacs/lisp/files.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.659 by handa, Sat May 31 02:00:26 2003 UTC revision 1.660 by jpw, Sat May 31 07:58:55 2003 UTC
# Line 1173  suppresses this warning." Line 1173  suppresses this warning."
1173    :type 'boolean)    :type 'boolean)
1174    
1175  (defcustom large-file-warning-threshold 10000000  (defcustom large-file-warning-threshold 10000000
1176    "Maximum size of file above which a confirmation is requested."    "Maximum size of file above which a confirmation is requested.
1177    :type 'integer)  When nil, never request confirmation."
1178      :group 'files
1179      :group 'find-file
1180      :type '(choice integer (const :tag "Never request confirmation" nil)))
1181    
1182  (defun find-file-noselect (filename &optional nowarn rawfile wildcards)  (defun find-file-noselect (filename &optional nowarn rawfile wildcards)
1183    "Read file FILENAME into a buffer and return the buffer.    "Read file FILENAME into a buffer and return the buffer.

Legend:
Removed from v.1.659  
changed lines
  Added in v.1.660

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26