X-Git-Url: http://git.hcoop.net/bpt/emacs.git/blobdiff_plain/95c82688bc8063f0be5a04baee5ea2a18f9ddf6b..955cbe7b1720f09b2991b7d981147d9cc79d52e3:/src/eval.c diff --git a/src/eval.c b/src/eval.c index d6d62aa4af..cefdf784fa 100644 --- a/src/eval.c +++ b/src/eval.c @@ -66,12 +66,13 @@ int gcpro_level; Lisp_Object Qautoload, Qmacro, Qexit, Qinteractive, Qcommandp, Qdefun; Lisp_Object Qinhibit_quit; -Lisp_Object Qand_rest, Qand_optional; -Lisp_Object Qdebug_on_error; -Lisp_Object Qdeclare; +Lisp_Object Qand_rest; +static Lisp_Object Qand_optional; +static Lisp_Object Qdebug_on_error; +static Lisp_Object Qdeclare; Lisp_Object Qinternal_interpreter_environment, Qclosure; -Lisp_Object Qdebug; +static Lisp_Object Qdebug; /* This holds either the symbol `run-hooks' or nil. It is nil at an early stage of startup, and when Emacs