emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/src/eval.c,v
Date: Tue, 16 Oct 2007 22:39:26 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Miles Bader <miles>     07/10/16 22:39:24

Index: src/eval.c
===================================================================
RCS file: /cvsroot/emacs/emacs/src/eval.c,v
retrieving revision 1.293
retrieving revision 1.294
diff -u -b -r1.293 -r1.294
--- src/eval.c  16 Oct 2007 15:42:57 -0000      1.293
+++ src/eval.c  16 Oct 2007 22:39:24 -0000      1.294
@@ -468,7 +468,7 @@
   struct gcpro gcpro1, gcpro2;
   register int argnum = 0;
 
-  if (NILP(args))
+  if (NILP (args))
     return Qnil;
 
   args_left = args;




reply via email to

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