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
commit7a8e3e302475ca29a3a86f473efd7c3dd0e37cfa (patch)
treea4baa8cf935a60fef144cb4c25c8d87167698e0a /src/term.c
parent6e710ae59134aa8c6d31b4069301224818504dde (diff)
downloademacs-7a8e3e302475ca29a3a86f473efd7c3dd0e37cfa.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 ();