/[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.792 by albinus, Sun Oct 23 12:17:27 2005 UTC revision 1.793 by rms, Fri Oct 28 16:20:12 2005 UTC
# Line 1414  the various files." Line 1414  the various files."
1414                     (not (or buf nowarn))                     (not (or buf nowarn))
1415                     (> (nth 7 attributes) large-file-warning-threshold)                     (> (nth 7 attributes) large-file-warning-threshold)
1416                     (not (y-or-n-p                     (not (y-or-n-p
1417                           (format "File %s is large (%sMB), really open? "                           (format "File %s is large (%dMB), really open? "
1418                                   (file-name-nondirectory filename)                                   (file-name-nondirectory filename)
1419                                     (/ (nth 7 attributes) 1048576)))))                                     (/ (nth 7 attributes) 1048576)))))
1420            (error "Aborted"))            (error "Aborted"))

Legend:
Removed from v.1.792  
changed lines
  Added in v.1.793

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