+2007-08-16 Richard Stallman <rms@gnu.org>
+
+ * eval.c (Fcommandp): Add parens to clarify.
+
+ * minibuf.c (Fall_completions): Use enum for type of table.
+
+ * emacs.c (USAGE2): Improve text.
+
2007-08-15 Philippe Waroquiers <philippe.waroquiers@eurocontrol.int>
* term.c (tty_default_color_capabilities): Explicitly initialize
/* 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))