[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/src/insdel.c
From: |
Richard M . Stallman |
Subject: |
[Emacs-diffs] Changes to emacs/src/insdel.c |
Date: |
Sat, 23 Jul 2005 15:15:32 -0400 |
Index: emacs/src/insdel.c
diff -c emacs/src/insdel.c:1.182 emacs/src/insdel.c:1.183
*** emacs/src/insdel.c:1.182 Mon Jul 4 16:06:31 2005
--- emacs/src/insdel.c Sat Jul 23 19:15:32 2005
***************
*** 2393,2398 ****
--- 2393,2399 ----
syms_of_insdel ()
{
staticpro (&combine_after_change_list);
+ staticpro (&combine_after_change_buffer);
combine_after_change_list = Qnil;
combine_after_change_buffer = Qnil;