diff options
| -rw-r--r-- | lisp/files.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/files.el b/lisp/files.el index 4373738080a..c4273a859fb 100644 --- a/lisp/files.el +++ b/lisp/files.el | |||
| @@ -1414,7 +1414,7 @@ the various files." | |||
| 1414 | (not (or buf nowarn)) | 1414 | (not (or buf nowarn)) |
| 1415 | (> (nth 7 attributes) large-file-warning-threshold) | 1415 | (> (nth 7 attributes) large-file-warning-threshold) |
| 1416 | (not (y-or-n-p | 1416 | (not (y-or-n-p |
| 1417 | (format "File %s is large (%sMB), really open? " | 1417 | (format "File %s is large (%dMB), really open? " |
| 1418 | (file-name-nondirectory filename) | 1418 | (file-name-nondirectory filename) |
| 1419 | (/ (nth 7 attributes) 1048576))))) | 1419 | (/ (nth 7 attributes) 1048576))))) |
| 1420 | (error "Aborted")) | 1420 | (error "Aborted")) |