changeset 47651:0c66d7531f3e

(ask-user-about-supersession-threat): Don't abort when the user hits mouse-2.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Fri, 27 Sep 2002 19:08:41 +0000
parents 5dbc6d83f14d
children a5316596929f
files lisp/userlock.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/userlock.el	Fri Sep 27 18:47:28 2002 +0000
+++ b/lisp/userlock.el	Fri Sep 27 19:08:41 2002 +0000
@@ -115,7 +115,7 @@
 	(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