diff lisp/help-macro.el @ 49838:a5a1a55693ed

(make-help-screen): Fix character constant.
author Juanma Barranquero <lekktu@gmail.com>
date Tue, 18 Feb 2003 10:56:26 +0000
parents 253f761ad37b
children 695cf19ef79e
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