diff options
author | Miles Bader <miles@gnu.org> | 2005-07-29 01:54:54 +0000 |
---|---|---|
committer | Miles Bader <miles@gnu.org> | 2005-07-29 01:54:54 +0000 |
commit | 58b646fafc27ea5fb93fa95d5ff84187d689d315 (patch) | |
tree | 361704f8149dccf6d1578bea3b89da11ced846f7 /src/insdel.c | |
parent | ffc3bd5c6c5ce65d4390c3523e4527c701a0ed95 (diff) | |
parent | d44e3b453c528446579182d82284abbfd80f8b7d (diff) | |
download | emacs-58b646fafc27ea5fb93fa95d5ff84187d689d315.tar.gz emacs-58b646fafc27ea5fb93fa95d5ff84187d689d315.tar.bz2 emacs-58b646fafc27ea5fb93fa95d5ff84187d689d315.zip |
Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-74
Merge from emacs--cvs-trunk--0
Patches applied:
* emacs--cvs-trunk--0 (patch 493-503)
- Update from CVS
- Update from CVS: lisp/startup.el (command-line): Fix typo.
- Merge from gnus--rel--5.10
* gnus--rel--5.10 (patch 95-98)
- Update from CVS
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; |