mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-16 17:24:23 +00:00
Fix userlock diagnostic
* lisp/userlock.el (ask-user-about-lock): Fix typo (missing paren) in diagnostic.
This commit is contained in:
parent
8564af99b0
commit
68f2d772e5
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue