Mercurial > hg > xemacs-beta
diff src/print.c @ 223:2c611d1463a6 r20-4b10
Import from CVS: tag r20-4b10
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:10:54 +0200 |
parents | 262b8bb4a523 |
children | 52952cbfc5b5 |
line wrap: on
line diff
--- a/src/print.c Mon Aug 13 10:10:03 2007 +0200 +++ b/src/print.c Mon Aug 13 10:10:54 2007 +0200 @@ -417,7 +417,7 @@ Fset_buffer (Fget_buffer_create (build_string (bufname))); current_buffer->read_only = Qnil; - Ferase_buffer (Fcurrent_buffer ()); + Ferase_buffer (Qnil); XSETBUFFER (buf, current_buffer); specbind (Qstandard_output, buf);