emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/src/lread.c,v


From: Stefan Monnier
Subject: [Emacs-diffs] Changes to emacs/src/lread.c,v
Date: Tue, 16 Oct 2007 16:28:41 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Stefan Monnier <monnier>        07/10/16 16:28:40

Index: lread.c
===================================================================
RCS file: /sources/emacs/emacs/src/lread.c,v
retrieving revision 1.381
retrieving revision 1.382
diff -u -b -r1.381 -r1.382
--- lread.c     10 Oct 2007 08:29:04 -0000      1.381
+++ lread.c     16 Oct 2007 16:28:39 -0000      1.382
@@ -1100,7 +1100,7 @@
 {
 #ifndef WINDOWSNT
   Lisp_Object tail;
-  for (tail = load_descriptor_list; !NILP (tail); tail = XCDR (tail))
+  for (tail = load_descriptor_list; CONSP (tail); tail = XCDR (tail))
     emacs_close (XFASTINT (XCAR (tail)));
 #endif
 }




reply via email to

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