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: Richard M . Stallman
Subject: [Emacs-diffs] Changes to emacs/lisp/files.el
Date: Fri, 28 Oct 2005 12:20:12 -0400

Index: emacs/lisp/files.el
diff -c emacs/lisp/files.el:1.792 emacs/lisp/files.el:1.793
*** emacs/lisp/files.el:1.792   Sun Oct 23 12:17:27 2005
--- emacs/lisp/files.el Fri Oct 28 16:20:12 2005
***************
*** 1414,1420 ****
                   (not (or buf nowarn))
                   (> (nth 7 attributes) large-file-warning-threshold)
                   (not (y-or-n-p
!                        (format "File %s is large (%sMB), really open? "
                                 (file-name-nondirectory filename)
                                   (/ (nth 7 attributes) 1048576)))))
          (error "Aborted"))
--- 1414,1420 ----
                   (not (or buf nowarn))
                   (> (nth 7 attributes) large-file-warning-threshold)
                   (not (y-or-n-p
!                        (format "File %s is large (%dMB), really open? "
                                 (file-name-nondirectory filename)
                                   (/ (nth 7 attributes) 1048576)))))
          (error "Aborted"))




reply via email to

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