aboutsummaryrefslogtreecommitdiffstats
path: root/src/buffer.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/buffer.c')
-rw-r--r--src/buffer.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/buffer.c b/src/buffer.c
index f3b4fea4455..8cfdd1a77c1 100644
--- a/src/buffer.c
+++ b/src/buffer.c
@@ -5311,9 +5311,8 @@ init_buffer_once ()
5311 5311
5312 Qucs_set_table_for_input = intern ("ucs-set-table-for-input"); 5312 Qucs_set_table_for_input = intern ("ucs-set-table-for-input");
5313 5313
5314 Vprin1_to_string_buffer = Fget_buffer_create (build_string (" prin1"));
5315
5316 /* super-magic invisible buffer */ 5314 /* super-magic invisible buffer */
5315 Vprin1_to_string_buffer = Fget_buffer_create (build_string (" prin1"));
5317 Vbuffer_alist = Qnil; 5316 Vbuffer_alist = Qnil;
5318 5317
5319 Fset_buffer (Fget_buffer_create (build_string ("*scratch*"))); 5318 Fset_buffer (Fget_buffer_create (build_string ("*scratch*")));