aboutsummaryrefslogtreecommitdiffstats
path: root/src/eval.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/eval.c')
-rw-r--r--src/eval.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/eval.c b/src/eval.c
index 06888ca0dd4..467662a11d8 100644
--- a/src/eval.c
+++ b/src/eval.c
@@ -63,7 +63,6 @@ Lisp_Object Qand_rest, Qand_optional;
63Lisp_Object Qdebug_on_error; 63Lisp_Object Qdebug_on_error;
64Lisp_Object Qdeclare; 64Lisp_Object Qdeclare;
65Lisp_Object Qdebug; 65Lisp_Object Qdebug;
66extern Lisp_Object Qinteractive_form;
67 66
68/* This holds either the symbol `run-hooks' or nil. 67/* This holds either the symbol `run-hooks' or nil.
69 It is nil at an early stage of startup, and when Emacs 68 It is nil at an early stage of startup, and when Emacs
@@ -166,10 +165,6 @@ int handling_signal;
166 165
167Lisp_Object Vmacro_declaration_function; 166Lisp_Object Vmacro_declaration_function;
168 167
169extern Lisp_Object Qrisky_local_variable;
170
171extern Lisp_Object Qfunction;
172
173static Lisp_Object funcall_lambda (Lisp_Object, int, Lisp_Object*); 168static Lisp_Object funcall_lambda (Lisp_Object, int, Lisp_Object*);
174static void unwind_to_catch (struct catchtag *, Lisp_Object) NO_RETURN; 169static void unwind_to_catch (struct catchtag *, Lisp_Object) NO_RETURN;
175 170
@@ -1634,7 +1629,6 @@ See also the function `condition-case'. */)
1634 That is a special case--don't do this in other situations. */ 1629 That is a special case--don't do this in other situations. */
1635 register struct handler *allhandlers = handlerlist; 1630 register struct handler *allhandlers = handlerlist;
1636 Lisp_Object conditions; 1631 Lisp_Object conditions;
1637 extern int gc_in_progress;
1638 extern int waiting_for_input; 1632 extern int waiting_for_input;
1639 Lisp_Object string; 1633 Lisp_Object string;
1640 Lisp_Object real_error_symbol; 1634 Lisp_Object real_error_symbol;