Mercurial > emacs
diff lisp/ehelp.el @ 74227:de93c5d7bb99
(electric-help-command-loop): "?\ " -> "?\s".
| author | Juanma Barranquero <lekktu@gmail.com> |
|---|---|
| date | Mon, 27 Nov 2006 13:49:57 +0000 |
| parents | 3bd95f4f2941 |
| children | e3694f1cb928 f1d13e615070 |
line wrap: on
line diff
--- a/lisp/ehelp.el Mon Nov 27 13:48:31 2006 +0000 +++ b/lisp/ehelp.el Mon Nov 27 13:49:57 2006 +0000 @@ -197,7 +197,7 @@ (if (pos-visible-in-window-p (point-max)) (progn (message "%s" (substitute-command-keys "<<< Press Space to bury the help buffer, Press \\[electric-help-retain] to retain it >>>")) (if (equal (setq unread-command-events (list (read-event))) - '(?\ )) + '(?\s)) (progn (setq unread-command-events nil) (throw 'exit t))))) (let (up down both neither
