(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))