]> git.eshelyaron.com Git - emacs.git/commitdiff
(update_end): Undo previous change.
authorRichard M. Stallman <rms@gnu.org>
Mon, 23 May 1994 06:31:52 +0000 (06:31 +0000)
committerRichard M. Stallman <rms@gnu.org>
Mon, 23 May 1994 06:31:52 +0000 (06:31 +0000)
src/term.c

index 8f7bf3aef4dffdc4e2c738cd717bada4c9f5fe60..6001e9b82d009c872391b5266d847dfa15d1a696 100644 (file)
@@ -343,8 +343,8 @@ update_end (f)
 {
   if (! FRAME_TERMCAP_P (updating_frame))
     {
-      updating_frame = 0;
       (*update_end_hook) (f);
+      updating_frame = 0;
       return;
     }
   turn_off_insert ();