summaryrefslogtreecommitdiff
path: root/lisp/ehelp.el
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1993-03-06 06:06:10 +0000
committerRichard M. Stallman <rms@gnu.org>1993-03-06 06:06:10 +0000
commit0590cc735185152ef1477548237e8ea1cda8a3ee (patch)
treec706f468993ed3364fb341241ff7b92c0f7fc5f9 /lisp/ehelp.el
parent45f7eef9417089852162ecab20b69e01511d37c9 (diff)
downloademacs-0590cc735185152ef1477548237e8ea1cda8a3ee.tar.gz
(electric-help-command-loop): Handle any kind of event.
Diffstat (limited to 'lisp/ehelp.el')
-rw-r--r--lisp/ehelp.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/ehelp.el b/lisp/ehelp.el
index 327d48936ba..e73fe74a124 100644
--- a/lisp/ehelp.el
+++ b/lisp/ehelp.el
@@ -119,7 +119,7 @@ BUFFER is put into `default-major-mode' (or `fundamental-mode') when we exit"
(catch 'exit
(if (pos-visible-in-window-p (point-max))
(progn (message "<<< Press Space to bury the help buffer >>>")
- (if (= (setq unread-command-events (list (read-char))) ?\ )
+ (if (eq (setq unread-command-events (list (read-event))) ?\ )
(progn (setq unread-command-events nil)
(throw 'exit t)))))
(let (up down both neither