From 9156807006bc584deb9723ccbc0fd98ff9a6b4fd Mon Sep 17 00:00:00 2001 From: Stefan Monnier Date: Fri, 27 Sep 2002 19:08:41 +0000 Subject: [PATCH] (ask-user-about-supersession-threat): Don't abort when the user hits mouse-2. --- lisp/userlock.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/userlock.el b/lisp/userlock.el index 3b3d1fbd728..752c3bc90c7 100644 --- a/lisp/userlock.el +++ b/lisp/userlock.el @@ -115,7 +115,7 @@ The buffer in question is current when this function is called." (message "%s changed on disk; really edit the buffer? (y, n, r or C-h) " (file-name-nondirectory fn)) (let ((tem (downcase (let ((cursor-in-echo-area t)) - (read-char))))) + (read-char-exclusive))))) (setq answer (if (= tem help-char) 'help -- 2.39.2