diff options
Diffstat (limited to 'lisp/progmodes/fortran.el')
-rw-r--r-- | lisp/progmodes/fortran.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/progmodes/fortran.el b/lisp/progmodes/fortran.el index 65aa7454008..83e427da790 100644 --- a/lisp/progmodes/fortran.el +++ b/lisp/progmodes/fortran.el @@ -1117,7 +1117,7 @@ See also `fortran-window-create'." (message "Type SPC to continue editing.") (let ((char (read-event))) (or (equal char ?\s) - (setq unread-command-events (list char)))))) + (push char unread-command-events))))) (fortran-window-create))) (defun fortran-split-line () |