aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorJuanma Barranquero2003-02-18 10:56:26 +0000
committerJuanma Barranquero2003-02-18 10:56:26 +0000
commitf4ae0b8bbbacd5a0ec00b5be1bc0cd110e71db1a (patch)
tree960f15f35df33e691ff7ddef2b35b279494b5f1c /lisp
parent1f7fa69bd95b4d0048c363dea88f4f65eecebab2 (diff)
downloademacs-f4ae0b8bbbacd5a0ec00b5be1bc0cd110e71db1a.tar.gz
emacs-f4ae0b8bbbacd5a0ec00b5be1bc0cd110e71db1a.zip
(make-help-screen): Fix character constant.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/help-macro.el2
1 files changed, 1 insertions, 1 deletions
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."
143 (help-mode) 143 (help-mode)
144 (goto-char (point-min)) 144 (goto-char (point-min))
145 (while (or (memq char (append help-event-list 145 (while (or (memq char (append help-event-list
146 (cons help-char '(?? ?\C-v ?\ ?\177 delete backspace vertical-scroll-bar ?\M-v)))) 146 (cons help-char '(?? ?\C-v ?\s ?\177 delete backspace vertical-scroll-bar ?\M-v))))
147 (eq (car-safe char) 'switch-frame) 147 (eq (car-safe char) 'switch-frame)
148 (equal key "\M-v")) 148 (equal key "\M-v"))
149 (condition-case nil 149 (condition-case nil