Mercurial > emacs
diff src/buffer.c @ 105958:341a779db1d0
* frame.c (make_initial_frame):
* buffer.c (init_buffer_once): Use make_pure_c_string instead of
build_string.
* alloc.c (syms_of_alloc): Build Vmemory_signal_data in pure memory.
| author | Dan Nicolaescu <dann@ics.uci.edu> |
|---|---|
| date | Wed, 11 Nov 2009 19:25:24 +0000 |
| parents | 8103235103a7 |
| children | f2cea199b0c4 |
line wrap: on
line diff
--- a/src/buffer.c Wed Nov 11 19:24:20 2009 +0000 +++ b/src/buffer.c Wed Nov 11 19:25:24 2009 +0000 @@ -5302,7 +5302,7 @@ current_buffer = 0; all_buffers = 0; - QSFundamental = build_string ("Fundamental"); + QSFundamental = make_pure_c_string ("Fundamental"); Qfundamental_mode = intern_c_string ("fundamental-mode"); buffer_defaults.major_mode = Qfundamental_mode;
