(electric-help-command-loop): "?\ " -> "?\s".
This commit is contained in:
parent
6bd94f0bfb
commit
3d5b307e2c
1 changed files with 1 additions and 1 deletions
|
@ -197,7 +197,7 @@ BUFFER is put into `default-major-mode' (or `fundamental-mode') when we exit."
|
|||
(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
|
||||
|
|
Loading…
Add table
Reference in a new issue