GNU bug report logs -
#39353
[PATCH] Use current-prefix-arg instead of prefix-arg
Previous Next
Reported by: Kyle Hubert <khubert <at> gmail.com>
Date: Thu, 30 Jan 2020 09:00:01 UTC
Severity: normal
Tags: patch
Done: Eli Zaretskii <eliz <at> gnu.org>
Bug is archived. No further changes may be made.
Full log
Message #11 received at 39353 <at> debbugs.gnu.org (full text, mbox):
Kyle Hubert <khubert <at> gmail.com> writes:
> I have a hard time testing the change to simple.el, as I don't understand
> execute-extended-command. Can anyone help here? I'm worried since it isn't
> using (interactive "P") that this is incorrect. I admit I'm deeper in the
> guts of emacs than typical.
The simple.el let-binding is around command-execute, not
execute-extended-command. command-execute does specifically read
prefix-arg, so I think that part of your patch should be dropped (I
haven't looked in detail at the ediff part, but it sounds right).
>> --- a/lisp/simple.el
>> +++ b/lisp/simple.el
>> @@ -1888,7 +1888,7 @@ invoking, give a prefix argument to
>> `execute-extended-command'."
>> ;; `function' and not `execute-extended-command'. The difference is
>> ;; visible in cases such as M-x <cmd> RET and then C-x z (bug#11506).
>> (setq real-this-command function)
>> - (let ((prefix-arg prefixarg))
>> + (let ((current-prefix-arg prefixarg))
>> (command-execute function 'record))
This bug report was last modified 5 years and 103 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.