diff options
author | Jim Blandy <jimb@redhat.com> | 1993-01-26 01:58:16 +0000 |
---|---|---|
committer | Jim Blandy <jimb@redhat.com> | 1993-01-26 01:58:16 +0000 |
commit | 6056db491ff15bd710ba6fc54ebcd1ee642c850b (patch) | |
tree | c4d83e7727d0aa60563101cb828d12a5dc2e5685 /lisp/electric.el | |
parent | d2cf404862d35167ac7245c10d3851070885b9b8 (diff) | |
download | emacs-6056db491ff15bd710ba6fc54ebcd1ee642c850b.tar.gz |
JimB's changes since January 18th
Diffstat (limited to 'lisp/electric.el')
-rw-r--r-- | lisp/electric.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/electric.el b/lisp/electric.el index acc002abaac..3f91adf2093 100644 --- a/lisp/electric.el +++ b/lisp/electric.el @@ -85,7 +85,7 @@ cmd this-command) (if (or (prog1 quit-flag (setq quit-flag nil)) (= last-input-char ?\C-g)) - (progn (setq unread-command-event nil + (progn (setq unread-command-events nil prefix-arg nil) ;; If it wasn't cancelling a prefix character, then quit. (if (or (= (length (this-command-keys)) 1) @@ -101,7 +101,7 @@ (setq last-command this-command) (if (or (prog1 quit-flag (setq quit-flag nil)) (= last-input-char ?\C-g)) - (progn (setq unread-command-event nil) + (progn (setq unread-command-events nil) (if (not inhibit-quit) (progn (ding) (message "Quit") |