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: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/src/eval.c,v
Date: Thu, 16 Aug 2007 02:21:29 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Richard M. Stallman <rms>       07/08/16 02:21:29

Index: eval.c
===================================================================
RCS file: /cvsroot/emacs/emacs/src/eval.c,v
retrieving revision 1.284
retrieving revision 1.285
diff -u -b -r1.284 -r1.285
--- eval.c      13 Aug 2007 13:41:16 -0000      1.284
+++ eval.c      16 Aug 2007 02:21:29 -0000      1.285
@@ -2073,7 +2073,7 @@
 
   /* Strings and vectors are keyboard macros.  */
   if (STRINGP (fun) || VECTORP (fun))
-    return NILP (for_call_interactively) ? Qt : Qnil;
+    return (NILP (for_call_interactively) ? Qt : Qnil);
 
   /* Lists may represent commands.  */
   if (!CONSP (fun))




reply via email to

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