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
a217e08a
Commit
a217e08a
authored
Aug 11, 1993
by
Richard M. Stallman
Browse files
(ask-user-about-supersession-threat): Mention file name when asking question.
parent
a1251f79
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
lisp/userlock.el
lisp/userlock.el
+2
-1
No files found.
lisp/userlock.el
View file @
a217e08a
...
...
@@ -94,7 +94,8 @@ The buffer in question is current when this function is called."
(
save-window-excursion
(
let
(
answer
)
(
while
(
null
answer
)
(
message
"File has changed on disk; really want to edit the buffer? (y, n or C-h) "
)
(
message
"%s changed on disk; really edit the buffer? (y, n or C-h) "
(
file-name-nondirectory
fn
))
(
let
((
tem
(
downcase
(
let
((
cursor-in-echo-area
t
))
(
read-char
)))))
(
setq
answer
...
...
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