changeset 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 12dc4aa162c7
children 574312ace74d
files src/eval.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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