From 68f2d772e51a0f436559bbfe26868eaca23af390 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Tue, 11 Jan 2022 08:50:53 -0800 Subject: [PATCH] Fix userlock diagnostic * lisp/userlock.el (ask-user-about-lock): Fix typo (missing paren) in diagnostic. --- lisp/userlock.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.39.5