emacs-diffs
[Top][All Lists]
Advanced

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

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


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

Index: emacs/src/dired.c
diff -c emacs/src/dired.c:1.94 emacs/src/dired.c:1.95
*** emacs/src/dired.c:1.94      Wed Dec 19 12:14:39 2001
--- emacs/src/dired.c   Thu Jul 11 10:10:00 2002
***************
*** 144,150 ****
    Lisp_Object list, dirfilename, encoded_directory;
    struct re_pattern_buffer *bufp = NULL;
    int needsep = 0;
!   int count = specpdl_ptr - specpdl;
    struct gcpro gcpro1, gcpro2, gcpro3, gcpro4, gcpro5;
    DIRENTRY *dp;
    int retry_p;
--- 144,150 ----
    Lisp_Object list, dirfilename, encoded_directory;
    struct re_pattern_buffer *bufp = NULL;
    int needsep = 0;
!   int count = SPECPDL_INDEX ();
    struct gcpro gcpro1, gcpro2, gcpro3, gcpro4, gcpro5;
    DIRENTRY *dp;
    int retry_p;
***************
*** 473,479 ****
    struct stat st;
    int directoryp;
    int passcount;
!   int count = specpdl_ptr - specpdl;
    struct gcpro gcpro1, gcpro2, gcpro3, gcpro4, gcpro5;
  
    elt = Qnil;
--- 473,479 ----
    struct stat st;
    int directoryp;
    int passcount;
!   int count = SPECPDL_INDEX ();
    struct gcpro gcpro1, gcpro2, gcpro3, gcpro4, gcpro5;
  
    elt = Qnil;



reply via email to

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