/[emacs]/emacs/src/insdel.c
ViewVC logotype

Diff of /emacs/src/insdel.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.167 by kfstorm, Thu Jun 13 22:07:13 2002 UTC revision 1.168 by lektu, Thu Jul 11 14:12:03 2002 UTC
# Line 2205  DEFUN ("combine-after-change-execute", F Line 2205  DEFUN ("combine-after-change-execute", F
2205         doc: /* This function is for use internally in `combine-after-change-calls'.  */)         doc: /* This function is for use internally in `combine-after-change-calls'.  */)
2206       ()       ()
2207  {  {
2208    int count = specpdl_ptr - specpdl;    int count = SPECPDL_INDEX ();
2209    int beg, end, change;    int beg, end, change;
2210    int begpos, endpos;    int begpos, endpos;
2211    Lisp_Object tail;    Lisp_Object tail;

Legend:
Removed from v.1.167  
changed lines
  Added in v.1.168

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26