Replace last-command-char with last-command-event.
This commit is contained in:
parent
51bc9aff5e
commit
61a846fbec
5 changed files with 9 additions and 6 deletions
|
@ -564,7 +564,7 @@ optional fourth argument FORCE is non-nil."
|
|||
(interactive)
|
||||
|
||||
(setq reb-subexp-displayed
|
||||
(or subexp (string-to-number (format "%c" last-command-char))))
|
||||
(or subexp (string-to-number (format "%c" last-command-event))))
|
||||
(reb-update-modestring)
|
||||
(reb-do-update reb-subexp-displayed))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue