diff options
Diffstat (limited to 'lisp/progmodes/octave.el')
-rw-r--r-- | lisp/progmodes/octave.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/progmodes/octave.el b/lisp/progmodes/octave.el index 50f888cb9fd..89e0b105223 100644 --- a/lisp/progmodes/octave.el +++ b/lisp/progmodes/octave.el @@ -919,7 +919,7 @@ startup file, `~/.emacs-octave'." (let ((ch (read-event))) (if (eq ch ?\ ) (set-window-configuration conf) - (setq unread-command-events (list ch))))))) + (push ch unread-command-events)))))) (defun inferior-octave-output-digest (_proc string) "Special output filter for the inferior Octave process. |