From: Stefan Monnier Date: Fri, 27 Sep 2002 19:08:41 +0000 (+0000) Subject: (ask-user-about-supersession-threat): Don't abort when the user hits mouse-2. X-Git-Tag: ttn-vms-21-2-B4~13031 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=9156807006bc584deb9723ccbc0fd98ff9a6b4fd;p=emacs.git (ask-user-about-supersession-threat): Don't abort when the user hits mouse-2. --- 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