# HG changeset patch # User Juanma Barranquero # Date 1164635397 0 # Node ID de93c5d7bb9987a25dcc6d95ad7c49bb58860a83 # Parent 6b2637d25192d3e6cb5d0f2acb3c5a373f85ab06 (electric-help-command-loop): "?\ " -> "?\s". diff -r 6b2637d25192 -r de93c5d7bb99 lisp/ehelp.el --- 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