projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8564af9
)
Fix userlock diagnostic
author
Paul Eggert
<eggert@cs.ucla.edu>
Tue, 11 Jan 2022 16:50:53 +0000
(08:50 -0800)
committer
Paul Eggert
<eggert@cs.ucla.edu>
Tue, 11 Jan 2022 16:58:39 +0000
(08:58 -0800)
* lisp/userlock.el (ask-user-about-lock):
Fix typo (missing paren) in diagnostic.
lisp/userlock.el
patch
|
blob
|
history
diff --git
a/lisp/userlock.el
b/lisp/userlock.el
index d985cb5c8bfb86ccf41f1f4ddaa15efe94d4f023..a8e699385c7790ee21e59392e0e3b87a86ca0452 100644
(file)
--- a/
lisp/userlock.el
+++ b/
lisp/userlock.el
@@
-65,7
+65,7
@@
in any way you like."
opponent))
(while (null answer)
(message (substitute-command-keys
- "%s locked by %s: (\\`s', \\`q', \\`p', \\`?'? ")
+ "%s locked by %s: (\\`s', \\`q', \\`p', \\`?'
)
? ")
short-file short-opponent)
(if noninteractive (error "Cannot resolve lock conflict in batch mode"))
(let ((tem (let ((inhibit-quit t)