diff options
Diffstat (limited to 'lisp/emulation/mlsupport.el')
-rw-r--r-- | lisp/emulation/mlsupport.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emulation/mlsupport.el b/lisp/emulation/mlsupport.el index 1d51db77d04..04c5f18396f 100644 --- a/lisp/emulation/mlsupport.el +++ b/lisp/emulation/mlsupport.el @@ -80,7 +80,7 @@ (fset (intern name) defn)) (defun push-back-character (char) - (setq unread-command-event char)) + (setq unread-command-events (list char))) (defun to-col (column) (indent-to column 0)) |