aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman1994-05-23 06:31:52 +0000
committerRichard M. Stallman1994-05-23 06:31:52 +0000
commitcc4ee3c7c6185805523b41957e5a1dcfd0f7759e (patch)
treebc9abdf4b7ce7423ceeae01a044e697bc796de30 /src
parent986e61b825f08e4ac3b48ce5730f0edc6e68e5a2 (diff)
downloademacs-cc4ee3c7c6185805523b41957e5a1dcfd0f7759e.tar.gz
emacs-cc4ee3c7c6185805523b41957e5a1dcfd0f7759e.zip
(update_end): Undo previous change.
Diffstat (limited to 'src')
-rw-r--r--src/term.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/term.c b/src/term.c
index 8f7bf3aef4d..6001e9b82d0 100644
--- a/src/term.c
+++ b/src/term.c
@@ -343,8 +343,8 @@ update_end (f)
343{ 343{
344 if (! FRAME_TERMCAP_P (updating_frame)) 344 if (! FRAME_TERMCAP_P (updating_frame))
345 { 345 {
346 updating_frame = 0;
347 (*update_end_hook) (f); 346 (*update_end_hook) (f);
347 updating_frame = 0;
348 return; 348 return;
349 } 349 }
350 turn_off_insert (); 350 turn_off_insert ();