Mercurial > emacs
diff src/buffer.c @ 102619:f40356cf5650
Move comment to make clearer it's talking about buffer Vprin1_to_string_buffer.
| author | Juanma Barranquero <lekktu@gmail.com> |
|---|---|
| date | Tue, 17 Mar 2009 10:26:25 +0000 |
| parents | 13c12974c2f0 |
| children | a58ef8dce7bd |
line wrap: on
line diff
--- a/src/buffer.c Tue Mar 17 07:16:29 2009 +0000 +++ b/src/buffer.c Tue Mar 17 10:26:25 2009 +0000 @@ -5311,9 +5311,8 @@ Qucs_set_table_for_input = intern ("ucs-set-table-for-input"); + /* super-magic invisible buffer */ Vprin1_to_string_buffer = Fget_buffer_create (build_string (" prin1")); - - /* super-magic invisible buffer */ Vbuffer_alist = Qnil; Fset_buffer (Fget_buffer_create (build_string ("*scratch*")));
