diff options
Diffstat (limited to 'src/insdel.c')
-rw-r--r-- | src/insdel.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/insdel.c b/src/insdel.c index b4ec4d4ee34..981c45c2dbd 100644 --- a/src/insdel.c +++ b/src/insdel.c @@ -2426,6 +2426,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; |