changeset 703:e2780d9a814c

*** empty log message ***
author Richard M. Stallman <rms@gnu.org>
date Tue, 09 Jun 1992 20:07:02 +0000
parents c89caa39704a
children 2aacd42951ef
files lisp/electric.el
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/electric.el	Tue Jun 09 18:16:08 1992 +0000
+++ b/lisp/electric.el	Tue Jun 09 20:07:02 1992 +0000
@@ -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)