From 04724b6930ec6a906fd5a248632797bb56e0caa5 Mon Sep 17 00:00:00 2001 From: Michaƫl Cadilhac Date: Mon, 10 Sep 2007 09:41:13 +0000 Subject: (Fcommandp): Change `->prompt' to `->intspec'. --- src/eval.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/eval.c') diff --git a/src/eval.c b/src/eval.c index 830476a61b..26332fa9df 100644 --- a/src/eval.c +++ b/src/eval.c @@ -2078,7 +2078,7 @@ then strings and vectors are not accepted. */) /* 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 -- cgit v1.2.3