diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2013-09-23 04:58:02 +0200 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2013-09-23 04:58:02 +0200 |
commit | 57b16162ceacfd46efd784f0693b210b85d82762 (patch) | |
tree | 599316aabde91e1eeb754905c9b95e7db71b1e2c /lisp/electric.el | |
parent | a84683fdd5dcb629a59807e78c413e21f21a186d (diff) | |
download | emacs-57b16162ceacfd46efd784f0693b210b85d82762.tar.gz |
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.
Diffstat (limited to 'lisp/electric.el')
-rw-r--r-- | lisp/electric.el | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lisp/electric.el b/lisp/electric.el index 351468fd75d..36ec4a00b88 100644 --- a/lisp/electric.el +++ b/lisp/electric.el @@ -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 |