diff src/eval.c @ 84436:b1c7d00cbbb0

(Fcommandp): Change `->prompt' to `->intspec'.
author Michaël Cadilhac <michael.cadilhac@lrde.org>
date Mon, 10 Sep 2007 09:41:03 +0000
parents 2a69b973fae2
children 96f382c71120
line wrap: on
line diff
--- a/src/eval.c	Mon Sep 10 09:40:37 2007 +0000
+++ b/src/eval.c	Mon Sep 10 09:41:03 2007 +0000
@@ -2078,7 +2078,7 @@
   /* Emacs primitives are interactive if their DEFUN specifies an
      interactive spec.  */
   if (SUBRP (fun))
-    return XSUBR (fun)->prompt ? Qt : if_prop;
+    return XSUBR (fun)->intspec ? Qt : if_prop;
 
   /* Bytecode objects are interactive if they are long enough to
      have an element whose index is COMPILED_INTERACTIVE, which is