From: Paul Eggert Date: Tue, 11 Jan 2022 16:50:53 +0000 (-0800) Subject: Fix userlock diagnostic X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~16^2~3571 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=68f2d772e51a0f436559bbfe26868eaca23af390;p=emacs.git Fix userlock diagnostic * lisp/userlock.el (ask-user-about-lock): Fix typo (missing paren) in diagnostic. --- diff --git a/lisp/userlock.el b/lisp/userlock.el index d985cb5c8bf..a8e699385c7 100644 --- 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)