diff options
| author | Richard M. Stallman | 1995-06-19 20:10:21 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1995-06-19 20:10:21 +0000 |
| commit | f0ef2555806cc9be9c6935f07bed304c76329ca2 (patch) | |
| tree | 562ae5be006eba02772c38426bfd25b73f7458cc | |
| parent | 509fccc3aecfb5b069d9a63b0136a8ed6dd153c6 (diff) | |
| download | emacs-f0ef2555806cc9be9c6935f07bed304c76329ca2.tar.gz emacs-f0ef2555806cc9be9c6935f07bed304c76329ca2.zip | |
(universal-argument-other-key): Call reset-this-command-lengths.
| -rw-r--r-- | lisp/simple.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/simple.el b/lisp/simple.el index 265b084dee3..a737c70904e 100644 --- a/lisp/simple.el +++ b/lisp/simple.el | |||
| @@ -1016,6 +1016,7 @@ Repeating \\[universal-argument] without digits or minus sign | |||
| 1016 | (interactive "P") | 1016 | (interactive "P") |
| 1017 | (setq prefix-arg arg) | 1017 | (setq prefix-arg arg) |
| 1018 | (setq unread-command-events (list last-input-event)) | 1018 | (setq unread-command-events (list last-input-event)) |
| 1019 | (reset-this-command-lengths) | ||
| 1019 | (setq overriding-terminal-local-map nil)) | 1020 | (setq overriding-terminal-local-map nil)) |
| 1020 | 1021 | ||
| 1021 | (defun forward-to-indentation (arg) | 1022 | (defun forward-to-indentation (arg) |