diff options
author | Richard M. Stallman <rms@gnu.org> | 1992-06-09 20:07:02 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1992-06-09 20:07:02 +0000 |
commit | 9412bde74938ce7aeaff812d87d9dd0086fe8560 (patch) | |
tree | 46a9d7ef61f17ad633b1cf6b19a9b22ee9069add /lisp/electric.el | |
parent | eed40782a259df95c69a23396d27aed472b2abb7 (diff) | |
download | emacs-9412bde74938ce7aeaff812d87d9dd0086fe8560.tar.gz |
*** empty log message ***
Diffstat (limited to 'lisp/electric.el')
-rw-r--r-- | lisp/electric.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/electric.el b/lisp/electric.el index 50e2a015389..775c7b246f0 100644 --- a/lisp/electric.el +++ b/lisp/electric.el @@ -95,6 +95,7 @@ (if cmd (condition-case conditions (progn (command-execute cmd) + (setq last-command this-command) (if (or (prog1 quit-flag (setq quit-flag nil)) (= last-input-char ?\C-g)) (progn (setq unread-command-char -1) |