Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
6a6a0b8b
Commit
6a6a0b8b
authored
Apr 19, 1996
by
Richard M. Stallman
Browse files
(after-find-file): Mention file name in "auto save is newer" message.
parent
831f35a2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
lisp/files.el
lisp/files.el
+2
-1
No files found.
lisp/files.el
View file @
6a6a0b8b
...
...
@@ -862,7 +862,8 @@ unless NOMODES is non-nil."
(
if
(
and
warn
(
file-newer-than-file-p
(
make-auto-save-file-name
)
buffer-file-name
))
"Auto save file is newer; consider M-x recover-file"
(
format
"%s has auto save data; consider M-x recover-file"
(
file-name-nondirectory
buffer-file-name
))
(
setq
not-serious
t
)
(
if
error
"(New file)"
nil
)))
((
not
error
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment