1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-26 07:33:47 +00:00

(make-help-screen): "?\ " -> "?\s".

This commit is contained in:
Juanma Barranquero 2006-11-27 13:51:41 +00:00
parent 5a4689d932
commit 5949f09808

View File

@ -152,7 +152,7 @@ and then returns."
(progn
(if (eq (car-safe char) 'switch-frame)
(handle-switch-frame char))
(if (memq char '(?\C-v ?\ ))
(if (memq char '(?\C-v ?\s))
(scroll-up))
(if (or (memq char '(?\177 ?\M-v
delete backspace))