diff options
| author | Stefan Monnier | 2010-12-10 19:13:08 -0500 |
|---|---|---|
| committer | Stefan Monnier | 2010-12-10 19:13:08 -0500 |
| commit | 2c302df3a13236bfbf8ea1b771d13618fcda8d71 (patch) | |
| tree | f26dc9f22861dc37610de319d05255de058c221b /src/print.c | |
| parent | 0c747cb143fa227e78f350ac353d703f489209df (diff) | |
| parent | 175069efeb080517afefdd44a06f7a779ea8c25c (diff) | |
| download | emacs-2c302df3a13236bfbf8ea1b771d13618fcda8d71.tar.gz emacs-2c302df3a13236bfbf8ea1b771d13618fcda8d71.zip | |
Merge from trunk
Diffstat (limited to 'src/print.c')
| -rw-r--r-- | src/print.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/print.c b/src/print.c index 0f8718877d2..77cc2916952 100644 --- a/src/print.c +++ b/src/print.c | |||
| @@ -163,7 +163,7 @@ Lisp_Object Vprint_number_table; | |||
| 163 | void print_interval (INTERVAL interval, Lisp_Object printcharfun); | 163 | void print_interval (INTERVAL interval, Lisp_Object printcharfun); |
| 164 | 164 | ||
| 165 | /* GDB resets this to zero on W32 to disable OutputDebugString calls. */ | 165 | /* GDB resets this to zero on W32 to disable OutputDebugString calls. */ |
| 166 | int print_output_debug_flag = 1; | 166 | int print_output_debug_flag EXTERNALLY_VISIBLE = 1; |
| 167 | 167 | ||
| 168 | 168 | ||
| 169 | /* Low level output routines for characters and strings */ | 169 | /* Low level output routines for characters and strings */ |