mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-30 04:10:54 -08:00
(Electric-command-loop): Set universal-argument-other-key to 0.
This commit is contained in:
parent
be2e861f98
commit
f867d8d3ae
1 changed files with 3 additions and 1 deletions
|
|
@ -67,8 +67,10 @@
|
|||
(setq prompt-string "->")))
|
||||
(setq cmd (read-key-sequence prompt-string))
|
||||
(setq last-command-char (aref cmd (1- (length cmd)))
|
||||
this-command (key-binding 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-char ?\C-g))
|
||||
(progn (setq unread-command-events nil
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue