mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
Remove references to universal-argument-num-events.
* lisp/autoarg.el (autoarg-kp-digit-argument): * lisp/electric.el (Electric-command-loop): * lisp/kmacro.el (kmacro-step-edit-insert): Do not set universal-argument-num-events.
This commit is contained in:
parent
a84683fdd5
commit
57b16162ce
4 changed files with 7 additions and 6 deletions
|
|
@ -78,8 +78,6 @@
|
|||
(setq last-command-event (aref cmd (1- (length cmd)))
|
||||
this-command (key-binding cmd t)
|
||||
cmd this-command)
|
||||
;; This makes universal-argument-other-key work.
|
||||
(setq universal-argument-num-events 0)
|
||||
(if (or (prog1 quit-flag (setq quit-flag nil))
|
||||
(eq last-input-event ?\C-g))
|
||||
(progn (setq unread-command-events nil
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue