summaryrefslogtreecommitdiff
path: root/src/insdel.c
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>2005-07-23 19:15:32 +0000
committerRichard M. Stallman <rms@gnu.org>2005-07-23 19:15:32 +0000
commit40226065c97b8550103940932077c4872f5f885f (patch)
tree111df22a25ec61038ab1ebaa5ec2e4f088b2015c /src/insdel.c
parent9dc40e3c39fa79d9d5eca75b15f16bc7f1b6f8dd (diff)
downloademacs-40226065c97b8550103940932077c4872f5f885f.tar.gz
(syms_of_insdel): staticpro combine_after_change_buffer.
Diffstat (limited to 'src/insdel.c')
-rw-r--r--src/insdel.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/insdel.c b/src/insdel.c
index 4760342c56b..49ff949ca4a 100644
--- a/src/insdel.c
+++ b/src/insdel.c
@@ -2393,6 +2393,7 @@ void
syms_of_insdel ()
{
staticpro (&combine_after_change_list);
+ staticpro (&combine_after_change_buffer);
combine_after_change_list = Qnil;
combine_after_change_buffer = Qnil;