mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-03 22:20:52 -08:00
(simula-electric-label): Handle any event when flushing the display.
This commit is contained in:
parent
d70202c082
commit
ae20cac8ea
1 changed files with 1 additions and 1 deletions
|
|
@ -401,7 +401,7 @@ The relative indentation among the lines of the statement are preserved."
|
|||
(case-fold-search t)
|
||||
;; don't mix a label with an assignment operator := :-
|
||||
;; therefore look at next typed character...
|
||||
(next-char (setq unread-command-events (list (read-char))))
|
||||
(next-char (setq unread-command-events (list (read-event))))
|
||||
(com-char last-command-char))
|
||||
(unwind-protect
|
||||
;; Problem: find out if character just read is a command char
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue