From f4ae0b8bbbacd5a0ec00b5be1bc0cd110e71db1a Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Tue, 18 Feb 2003 10:56:26 +0000 Subject: [PATCH] (make-help-screen): Fix character constant. --- lisp/help-macro.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/help-macro.el b/lisp/help-macro.el index 19add581969..567b2c1a2f1 100644 --- a/lisp/help-macro.el +++ b/lisp/help-macro.el @@ -143,7 +143,7 @@ and then returns." (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 -- 2.39.2