summaryrefslogtreecommitdiff
path: root/src/eval.c
diff options
context:
space:
mode:
authorDaniel Colascione <dan.colascione@gmail.com>2011-04-26 04:26:05 -0700
committerDaniel Colascione <dan.colascione@gmail.com>2011-04-26 04:26:05 -0700
commit0438ce915d3408496eae848c351c2c7dde896b7b (patch)
treed45f273d397b1e8cc89068b320a2ee2d5b8e9d67 /src/eval.c
parent8f91bf934523d47a9f57919733d6093b2484e284 (diff)
downloademacs-0438ce915d3408496eae848c351c2c7dde896b7b.tar.gz
emacs-0438ce915d3408496eae848c351c2c7dde896b7b.tar.bz2
emacs-0438ce915d3408496eae848c351c2c7dde896b7b.zip
Implement debug-on-event
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 d1f327021e6..8716ad78468 100644
--- a/src/eval.c
+++ b/src/eval.c
@@ -88,7 +88,7 @@ static Lisp_Object Qdebug_on_error;
static Lisp_Object Qdeclare;
Lisp_Object Qinternal_interpreter_environment, Qclosure;
-static Lisp_Object Qdebug;
+Lisp_Object Qdebug;
/* This holds either the symbol `run-hooks' or nil.
It is nil at an early stage of startup, and when Emacs