Mercurial > emacs
changeset 49838:a5a1a55693ed
(make-help-screen): Fix character constant.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Tue, 18 Feb 2003 10:56:26 +0000 |
parents | e0a14dfc94ca |
children | 4398c7a41151 |
files | lisp/help-macro.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/help-macro.el Tue Feb 18 00:18:55 2003 +0000 +++ b/lisp/help-macro.el Tue Feb 18 10:56:26 2003 +0000 @@ -143,7 +143,7 @@ (help-mode) (goto-char (point-min)) (while (or (memq char (append help-event-list - (cons help-char '(?? ?\C-v ?\ ?\177 delete backspace vertical-scroll-bar ?\M-v)))) + (cons help-char '(?? ?\C-v ?\s ?\177 delete backspace vertical-scroll-bar ?\M-v)))) (eq (car-safe char) 'switch-frame) (equal key "\M-v")) (condition-case nil