aboutsummaryrefslogtreecommitdiffstats
path: root/src/callint.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/callint.c')
-rw-r--r--src/callint.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/callint.c b/src/callint.c
index d76836f32b2..449b5048609 100644
--- a/src/callint.c
+++ b/src/callint.c
@@ -35,7 +35,6 @@ static Lisp_Object point_marker;
35/* String for the prompt text used in Fcall_interactively. */ 35/* String for the prompt text used in Fcall_interactively. */
36static Lisp_Object callint_message; 36static Lisp_Object callint_message;
37 37
38/* ARGSUSED */
39DEFUN ("interactive", Finteractive, Sinteractive, 0, UNEVALLED, 0, 38DEFUN ("interactive", Finteractive, Sinteractive, 0, UNEVALLED, 0,
40 doc: /* Specify a way of parsing arguments for interactive use of a function. 39 doc: /* Specify a way of parsing arguments for interactive use of a function.
41For example, write 40For example, write