mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
Replace last-command-char with last-command-event.
This commit is contained in:
parent
e93c003eb1
commit
1ba983e8d9
27 changed files with 102 additions and 91 deletions
|
|
@ -1197,7 +1197,7 @@ If COUNT is negative, move backward instead."
|
|||
;; to have the line inserted after the begin-end match.
|
||||
(if show-char
|
||||
(progn
|
||||
(insert-char last-command-char 1)
|
||||
(insert-char last-command-event 1)
|
||||
(sit-for 0)
|
||||
(backward-char 1)))
|
||||
(if (let ((where (simula-context))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue