emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/files.el


From: John Paul Wallington
Subject: [Emacs-diffs] Changes to emacs/lisp/files.el
Date: Sat, 31 May 2003 03:58:55 -0400

Index: emacs/lisp/files.el
diff -c emacs/lisp/files.el:1.659 emacs/lisp/files.el:1.660
*** emacs/lisp/files.el:1.659   Fri May 30 22:00:26 2003
--- emacs/lisp/files.el Sat May 31 03:58:55 2003
***************
*** 1173,1180 ****
    :type 'boolean)
  
  (defcustom large-file-warning-threshold 10000000
!   "Maximum size of file above which a confirmation is requested."
!   :type 'integer)
  
  (defun find-file-noselect (filename &optional nowarn rawfile wildcards)
    "Read file FILENAME into a buffer and return the buffer.
--- 1173,1183 ----
    :type 'boolean)
  
  (defcustom large-file-warning-threshold 10000000
!   "Maximum size of file above which a confirmation is requested.
! When nil, never request confirmation."
!   :group 'files
!   :group 'find-file
!   :type '(choice integer (const :tag "Never request confirmation" nil)))
  
  (defun find-file-noselect (filename &optional nowarn rawfile wildcards)
    "Read file FILENAME into a buffer and return the buffer.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]