diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/eval.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/eval.c b/src/eval.c index 6d37d43c79c..5fb35cee58b 100644 --- a/src/eval.c +++ b/src/eval.c | |||
| @@ -562,7 +562,7 @@ unconditionally for that argument. (`p' is a good way to do this.) */) | |||
| 562 | } | 562 | } |
| 563 | 563 | ||
| 564 | 564 | ||
| 565 | DEFUN ("called-interactively-p", Fcall_interactive_p, Scall_interactive_p, 0, 0, 0, | 565 | DEFUN ("called-interactively-p", Fcalled_interactively_p, Scalled_interactively_p, 0, 0, 0, |
| 566 | doc: /* Return t if the function using this was called with call-interactively. | 566 | doc: /* Return t if the function using this was called with call-interactively. |
| 567 | This is used for implementing advice and other function-modifying | 567 | This is used for implementing advice and other function-modifying |
| 568 | features of Emacs. | 568 | features of Emacs. |
| @@ -3470,6 +3470,7 @@ The value the function returns is not used. */); | |||
| 3470 | defsubr (&Scondition_case); | 3470 | defsubr (&Scondition_case); |
| 3471 | defsubr (&Ssignal); | 3471 | defsubr (&Ssignal); |
| 3472 | defsubr (&Sinteractive_p); | 3472 | defsubr (&Sinteractive_p); |
| 3473 | defsubr (&Scalled_interactively_p); | ||
| 3473 | defsubr (&Scommandp); | 3474 | defsubr (&Scommandp); |
| 3474 | defsubr (&Sautoload); | 3475 | defsubr (&Sautoload); |
| 3475 | defsubr (&Seval); | 3476 | defsubr (&Seval); |