]> code.delx.au - gnu-emacs/blobdiff - lisp/help-macro.el
(rmail-convert-to-babyl-format): Display a message while converting to Babyl.
[gnu-emacs] / lisp / help-macro.el
index 19add581969d5cbeed2bbcae60a61bd844fe40a3..a36eed86d010ca32d01980fe57cee93f4bf8b9ce 100644 (file)
@@ -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
@@ -196,4 +196,5 @@ and then returns."
 
 (provide 'help-macro)
 
+;;; arch-tag: 59fee949-1686-485a-8a05-83418073e257
 ;;; help-macro.el ends here