1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 10:30:25 -08:00

(Helper-help-scroller): Fix character constant.

This commit is contained in:
Juanma Barranquero 2003-02-18 11:02:25 +00:00
parent 99edd7ed8d
commit 6cae7b73a3

View file

@ -77,7 +77,7 @@
"Type anything to %s"))
blurb)
(setq continue (read-char))
(cond ((and (memq continue '(?\ ?\C-v)) (< state 2))
(cond ((and (memq continue '(?\s ?\C-v)) (< state 2))
(scroll-up))
((= continue ?\C-l)
(recenter))