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.el


From: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/lisp/help.el
Date: Tue, 21 Feb 2006 19:51:37 +0000

Index: emacs/lisp/help.el
diff -u emacs/lisp/help.el:1.299 emacs/lisp/help.el:1.300
--- emacs/lisp/help.el:1.299    Tue Feb 14 08:09:28 2006
+++ emacs/lisp/help.el  Tue Feb 21 19:51:37 2006
@@ -579,12 +579,8 @@
           (setq key (read-key-sequence "Describe key (or click or menu item): 
"))
           (list
            key
-           (prefix-numeric-value current-prefix-arg)
-           ;; If KEY is a down-event, read the corresponding up-event
-           ;; and use it as the third argument.
-           (if (and (consp key) (symbolp (car key))
-                    (memq 'down (cdr (get (car key) 'event-symbol-elements))))
-               (read-event))))
+           (if current-prefix-arg (prefix-numeric-value current-prefix-arg))
+           1))
        ;; Put yank-menu back as it was, if we changed it.
        (when saved-yank-menu
         (setq yank-menu (copy-sequence saved-yank-menu))




reply via email to

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