diff options
| author | Dmitry Antipov | 2013-03-19 18:09:05 +0400 |
|---|---|---|
| committer | Dmitry Antipov | 2013-03-19 18:09:05 +0400 |
| commit | cf4bb06de4057d96fb1725615e5cf2c288fc3199 (patch) | |
| tree | abaa38beaf5f59517c98682fdb4d5470f7f9a367 /src/lisp.h | |
| parent | 0e6008c58ee197de5708e6c26e4994da89945c4f (diff) | |
| download | emacs-cf4bb06de4057d96fb1725615e5cf2c288fc3199.tar.gz emacs-cf4bb06de4057d96fb1725615e5cf2c288fc3199.zip | |
* print.c (syms_of_print): Initialize debugging output not here...
(init_print_once): ...but in a new function here.
* lisp.h (init_print_once): Add prototype.
* emacs.c (main): Add call to init_print_once. Adjust comments.
Diffstat (limited to 'src/lisp.h')
| -rw-r--r-- | src/lisp.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lisp.h b/src/lisp.h index b2ab5684d4d..f526cd36a6f 100644 --- a/src/lisp.h +++ b/src/lisp.h | |||
| @@ -3163,6 +3163,7 @@ extern Lisp_Object internal_with_output_to_temp_buffer | |||
| 3163 | (const char *, Lisp_Object (*) (Lisp_Object), Lisp_Object); | 3163 | (const char *, Lisp_Object (*) (Lisp_Object), Lisp_Object); |
| 3164 | enum FLOAT_TO_STRING_BUFSIZE { FLOAT_TO_STRING_BUFSIZE = 350 }; | 3164 | enum FLOAT_TO_STRING_BUFSIZE { FLOAT_TO_STRING_BUFSIZE = 350 }; |
| 3165 | extern int float_to_string (char *, double); | 3165 | extern int float_to_string (char *, double); |
| 3166 | extern void init_print_once (void); | ||
| 3166 | extern void syms_of_print (void); | 3167 | extern void syms_of_print (void); |
| 3167 | 3168 | ||
| 3168 | /* Defined in doprnt.c. */ | 3169 | /* Defined in doprnt.c. */ |