emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/composite.c


From: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/src/composite.c
Date: Thu, 11 Jul 2002 10:09:42 -0400

Index: emacs/src/composite.c
diff -c emacs/src/composite.c:1.19 emacs/src/composite.c:1.20
*** emacs/src/composite.c:1.19  Tue Jul  9 19:02:26 2002
--- emacs/src/composite.c       Thu Jul 11 10:09:42 2002
***************
*** 612,618 ****
  
    if (STRINGP (string))
      {
!       count = specpdl_ptr - specpdl;
        GCPRO1 (string);
        stop = end;
        ptr = XSTRING (string)->data + string_char_to_byte (string, start);
--- 612,618 ----
  
    if (STRINGP (string))
      {
!       count = SPECPDL_INDEX ();
        GCPRO1 (string);
        stop = end;
        ptr = XSTRING (string)->data + string_char_to_byte (string, start);



reply via email to

[Prev in Thread] Current Thread [Next in Thread]