emacs-pretest-bug
[Top][All Lists]
Advanced

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

Re: `C-h c' always inserts results


From: Katsumi Yamaoka
Subject: Re: `C-h c' always inserts results
Date: Tue, 21 Feb 2006 10:41:22 +0900
User-agent: Gnus/5.110004 (No Gnus v0.4) Emacs/22.0.50 (gnu/linux)

>>>>> In <address@hidden> Richard M. Stallman wrote:

> I will fix this.  Sorry.

Could you commit the fix? ;-)
It seems to be the following.

*** help.el~    Tue Feb 14 21:51:35 2006
--- help.el     Tue Feb 21 01:40:07 2006
***************
*** 580,584 ****
           (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.
--- 580,584 ----
           (list
            key
!           current-prefix-arg
            ;; If KEY is a down-event, read the corresponding up-event
            ;; and use it as the third argument.




reply via email to

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