aboutsummaryrefslogtreecommitdiffstats
path: root/src/eval.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/eval.c')
-rw-r--r--src/eval.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/eval.c b/src/eval.c
index 396ca84a71d..9c171473b43 100644
--- a/src/eval.c
+++ b/src/eval.c
@@ -61,7 +61,7 @@ union specbinding *specpdl_ptr;
61 61
62/* Depth in Lisp evaluations and function calls. */ 62/* Depth in Lisp evaluations and function calls. */
63 63
64EMACS_INT lisp_eval_depth; 64static EMACS_INT lisp_eval_depth;
65 65
66/* The value of num_nonmacro_input_events as of the last time we 66/* The value of num_nonmacro_input_events as of the last time we
67 started to enter the debugger. If we decide to enter the debugger 67 started to enter the debugger. If we decide to enter the debugger