From 70447f8cea67b6dbec03e8adfa085b2ac8f0080e Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Thu, 3 Jun 1993 03:50:05 +0000 Subject: [PATCH] (electric-help-command-loop): Use equal to compare lists of events. --- lisp/ehelp.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lisp/ehelp.el b/lisp/ehelp.el index baa2a052181..00e16b657c1 100644 --- a/lisp/ehelp.el +++ b/lisp/ehelp.el @@ -127,7 +127,8 @@ 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 (eq (setq unread-command-events (list (read-event))) ?\ ) + (if (equal (setq unread-command-events (list (read-event))) + '(?\ )) (progn (setq unread-command-events nil) (throw 'exit t))))) (let (up down both neither