emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/help-macro.el


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lisp/help-macro.el
Date: Fri, 04 Apr 2003 01:22:18 -0500

Index: emacs/lisp/help-macro.el
diff -c emacs/lisp/help-macro.el:1.29 emacs/lisp/help-macro.el:1.30
*** emacs/lisp/help-macro.el:1.29       Sun Jul 15 12:15:34 2001
--- emacs/lisp/help-macro.el    Tue Feb 18 05:56:26 2003
***************
*** 143,149 ****
                           (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))))
                                      (eq (car-safe char) 'switch-frame)
                                      (equal key "\M-v"))
                             (condition-case nil
--- 143,149 ----
                           (help-mode)
                           (goto-char (point-min))
                           (while (or (memq char (append help-event-list
!                                                        (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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]