changeset 7649:eeefa4ac7978

(update_end): Undo previous change.
author Richard M. Stallman <rms@gnu.org>
date Mon, 23 May 1994 06:31:52 +0000
parents 2e85e48d42da
children f6d9c3187245
files src/term.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/term.c	Mon May 23 05:53:55 1994 +0000
+++ b/src/term.c	Mon May 23 06:31:52 1994 +0000
@@ -343,8 +343,8 @@
 {
   if (! FRAME_TERMCAP_P (updating_frame))
     {
+      (*update_end_hook) (f);
       updating_frame = 0;
-      (*update_end_hook) (f);
       return;
     }
   turn_off_insert ();