Mercurial > emacs
changeset 55651:dcb7d888bb38
(print_object): Increase buf size.
author | Kim F. Storm <storm@cua.dk> |
---|---|
date | Mon, 17 May 2004 22:47:40 +0000 |
parents | c8d69f7304ee |
children | 2e649bd1c696 |
files | src/print.c |
diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/src/print.c Mon May 17 22:47:23 2004 +0000 +++ b/src/print.c Mon May 17 22:47:40 2004 +0000 @@ -791,7 +791,7 @@ if (SBYTES (object) == SCHARS (object)) STRING_SET_UNIBYTE (object); - /* Note that this won't make prepare_to_modify_buffer call + /* Note that this won't make prepare_to_modify_buffer call ask-user-about-supersession-threat because this buffer does not visit a file. */ Ferase_buffer (); @@ -929,7 +929,7 @@ doc: /* Redirect debugging output (stderr stream) to file FILE. If FILE is nil, reset target to the initial stderr stream. Optional arg APPEND non-nil (interactively, with prefix arg) means -append to existing target file. */) +append to existing target file. */) (file, append) Lisp_Object file, append; { @@ -1400,7 +1400,7 @@ register Lisp_Object printcharfun; int escapeflag; { - char buf[30]; + char buf[40]; QUIT;