[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/src/insdel.c
From: |
Juanma Barranquero |
Subject: |
[Emacs-diffs] Changes to emacs/src/insdel.c |
Date: |
Thu, 11 Jul 2002 10:12:03 -0400 |
Index: emacs/src/insdel.c
diff -c emacs/src/insdel.c:1.167 emacs/src/insdel.c:1.168
*** emacs/src/insdel.c:1.167 Thu Jun 13 18:07:13 2002
--- emacs/src/insdel.c Thu Jul 11 10:12:03 2002
***************
*** 2205,2211 ****
doc: /* This function is for use internally in
`combine-after-change-calls'. */)
()
{
! int count = specpdl_ptr - specpdl;
int beg, end, change;
int begpos, endpos;
Lisp_Object tail;
--- 2205,2211 ----
doc: /* This function is for use internally in
`combine-after-change-calls'. */)
()
{
! int count = SPECPDL_INDEX ();
int beg, end, change;
int begpos, endpos;
Lisp_Object tail;
- [Emacs-diffs] Changes to emacs/src/insdel.c,
Juanma Barranquero <=