diff options
Diffstat (limited to 'lisp/progmodes/simula.el')
-rw-r--r-- | lisp/progmodes/simula.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/progmodes/simula.el b/lisp/progmodes/simula.el index e3b0d065b18..a3cac01680f 100644 --- a/lisp/progmodes/simula.el +++ b/lisp/progmodes/simula.el @@ -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)) |