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/lisp.h | |
| 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/lisp.h')
| -rw-r--r-- | src/lisp.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lisp.h b/src/lisp.h index 6618a754145..26d09c6d555 100644 --- a/src/lisp.h +++ b/src/lisp.h | |||
| @@ -2836,7 +2836,7 @@ extern void syms_of_lread (void); | |||
| 2836 | 2836 | ||
| 2837 | /* Defined in eval.c. */ | 2837 | /* Defined in eval.c. */ |
| 2838 | extern Lisp_Object Qautoload, Qexit, Qinteractive, Qcommandp, Qdefun, Qmacro; | 2838 | extern Lisp_Object Qautoload, Qexit, Qinteractive, Qcommandp, Qdefun, Qmacro; |
| 2839 | extern Lisp_Object Qinhibit_quit, Qclosure, Qdebug; | 2839 | extern Lisp_Object Qinhibit_quit, Qclosure; |
| 2840 | extern Lisp_Object Qand_rest; | 2840 | extern Lisp_Object Qand_rest; |
| 2841 | extern Lisp_Object Vautoload_queue; | 2841 | extern Lisp_Object Vautoload_queue; |
| 2842 | extern Lisp_Object Vsignaling_function; | 2842 | extern Lisp_Object Vsignaling_function; |