diff options
| author | Paul Eggert | 2011-05-29 22:39:59 -0700 |
|---|---|---|
| committer | Paul Eggert | 2011-05-29 22:39:59 -0700 |
| commit | ed008a6dd3efc2b317643eccf4aba15c00749d27 (patch) | |
| tree | 0a50cf88ea8686f3b8926d40138fccf3b9fe26ef /src/eval.c | |
| parent | ca3cf0a561302e2a94eb0ab24063e29580a97fe1 (diff) | |
| download | emacs-ed008a6dd3efc2b317643eccf4aba15c00749d27.tar.gz emacs-ed008a6dd3efc2b317643eccf4aba15c00749d27.zip | |
* eval.c (Qdebug): Now static.
* lisp.h (Qdebug): Remove decl. This reverts a part of the
2011-04-26T11:26:05Z!dan.colascione@gmail.com that inadvertently undid part of
2011-04-14T06:48:41Z!eggert@cs.ucla.edu.
Diffstat (limited to 'src/eval.c')
| -rw-r--r-- | src/eval.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/eval.c b/src/eval.c index 6b4182cb319..f8bc0a9f6aa 100644 --- a/src/eval.c +++ b/src/eval.c | |||
| @@ -88,7 +88,7 @@ static Lisp_Object Qdebug_on_error; | |||
| 88 | static Lisp_Object Qdeclare; | 88 | static Lisp_Object Qdeclare; |
| 89 | Lisp_Object Qinternal_interpreter_environment, Qclosure; | 89 | Lisp_Object Qinternal_interpreter_environment, Qclosure; |
| 90 | 90 | ||
| 91 | Lisp_Object Qdebug; | 91 | static Lisp_Object Qdebug; |
| 92 | 92 | ||
| 93 | /* This holds either the symbol `run-hooks' or nil. | 93 | /* This holds either the symbol `run-hooks' or nil. |
| 94 | It is nil at an early stage of startup, and when Emacs | 94 | It is nil at an early stage of startup, and when Emacs |