summaryrefslogtreecommitdiff
path: root/lisp/kmacro.el
diff options
context:
space:
mode:
authorJuanma Barranquero <lekktu@gmail.com>2013-09-23 04:58:02 +0200
committerJuanma Barranquero <lekktu@gmail.com>2013-09-23 04:58:02 +0200
commit57b16162ceacfd46efd784f0693b210b85d82762 (patch)
tree599316aabde91e1eeb754905c9b95e7db71b1e2c /lisp/kmacro.el
parenta84683fdd5dcb629a59807e78c413e21f21a186d (diff)
downloademacs-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/kmacro.el')
-rw-r--r--lisp/kmacro.el3
1 files changed, 0 insertions, 3 deletions
diff --git a/lisp/kmacro.el b/lisp/kmacro.el
index d6de2feb3fc..d20b54eba35 100644
--- a/lisp/kmacro.el
+++ b/lisp/kmacro.el
@@ -1194,12 +1194,10 @@ following additional answers: `insert', `insert-1', `replace', `replace-1',
(setq cmd 'ignore)
nil)
((memq cmd kmacro-step-edit-prefix-commands)
- (setq universal-argument-num-events 0)
(reset-this-command-lengths)
nil)
((eq cmd 'universal-argument-other-key)
(setq kmacro-step-edit-action t)
- (setq universal-argument-num-events 0)
(reset-this-command-lengths)
(if (numberp kmacro-step-edit-inserting)
(setq kmacro-step-edit-inserting nil))
@@ -1214,7 +1212,6 @@ following additional answers: `insert', `insert-1', `replace', `replace-1',
(setq kmacro-step-edit-prefix-index nil)
(reset-this-command-lengths)
(setq overriding-terminal-local-map nil)
- (setq universal-argument-num-events nil)
(setq next-index kmacro-step-edit-key-index)
t)
(t nil))