emacs-diffs
[Top][All Lists]
Advanced

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

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


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

Index: emacs/src/coding.c
diff -c emacs/src/coding.c:1.247 emacs/src/coding.c:1.248
*** emacs/src/coding.c:1.247    Wed Jul  3 05:19:24 2002
--- emacs/src/coding.c  Thu Jul 11 10:09:22 2002
***************
*** 5804,5810 ****
       struct coding_system *coding;
       int encodep;
  {
!   int count = specpdl_ptr - specpdl;
    struct gcpro gcpro1;
    int multibyte = STRING_MULTIBYTE (str);
    Lisp_Object buffer;
--- 5804,5810 ----
       struct coding_system *coding;
       int encodep;
  {
!   int count = SPECPDL_INDEX ();
    struct gcpro gcpro1;
    int multibyte = STRING_MULTIBYTE (str);
    Lisp_Object buffer;



reply via email to

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