aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman1996-11-04 16:35:44 +0000
committerRichard M. Stallman1996-11-04 16:35:44 +0000
commitb3da2c73d2deea928018bd9e7045935fbbccf51c (patch)
tree206738ec41407d554fa40106cbefab0d53450095 /src
parent08e8d2975c72feecc748a62320efe215d6b42eaf (diff)
downloademacs-b3da2c73d2deea928018bd9e7045935fbbccf51c.tar.gz
emacs-b3da2c73d2deea928018bd9e7045935fbbccf51c.zip
(PRINTPREPARE): Really do set free_print_buffer.
Diffstat (limited to 'src')
-rw-r--r--src/print.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/print.c b/src/print.c
index 5d87c1ad612..1bea06e8b67 100644
--- a/src/print.c
+++ b/src/print.c
@@ -203,7 +203,7 @@ glyph_to_str_cpy (glyphs, str)
203 { \ 203 { \
204 print_buffer_size = 1000; \ 204 print_buffer_size = 1000; \
205 print_buffer = (char *) xmalloc (print_buffer_size); \ 205 print_buffer = (char *) xmalloc (print_buffer_size); \
206 free_print_buffer = 0; \ 206 free_print_buffer = 1; \
207 } \ 207 } \
208 print_buffer_pos = 0; \ 208 print_buffer_pos = 0; \
209 } \ 209 } \