summaryrefslogtreecommitdiff
path: root/src/term.c
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1994-01-21 00:09:47 +0000
committerRichard M. Stallman <rms@gnu.org>1994-01-21 00:09:47 +0000
commit114f9f3236aaf70cf3ecd5c8e1ab27b65de3712c (patch)
tree8e95cabc6ecdededc1f9b6670c82cfad1695e0ff /src/term.c
parenta9a6d27d9d4574ffcd566089be3901f3d9248c44 (diff)
downloademacs-114f9f3236aaf70cf3ecd5c8e1ab27b65de3712c.tar.gz
(update_end): Clear updating_frame before calling hook.
Diffstat (limited to 'src/term.c')
-rw-r--r--src/term.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/term.c b/src/term.c
index e8599ee9b90..50651a64c78 100644
--- a/src/term.c
+++ b/src/term.c
@@ -338,8 +338,8 @@ update_end (f)
{
if (! FRAME_TERMCAP_P (updating_frame))
{
- (*update_end_hook) (f);
updating_frame = 0;
+ (*update_end_hook) (f);
return;
}
turn_off_insert ();