Mercurial > emacs
changeset 74227:de93c5d7bb99
(electric-help-command-loop): "?\ " -> "?\s".
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Mon, 27 Nov 2006 13:49:57 +0000 |
parents | 6b2637d25192 |
children | 6081cf49eb34 |
files | lisp/ehelp.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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