aboutsummaryrefslogtreecommitdiffstats
path: root/src/buffer.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/buffer.c')
-rw-r--r--src/buffer.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/buffer.c b/src/buffer.c
index f4fe95b3927..ef50e824cb8 100644
--- a/src/buffer.c
+++ b/src/buffer.c
@@ -3418,6 +3418,7 @@ init_buffer_once ()
3418 Qkill_buffer_hook = intern ("kill-buffer-hook"); 3418 Qkill_buffer_hook = intern ("kill-buffer-hook");
3419 3419
3420 Vprin1_to_string_buffer = Fget_buffer_create (build_string (" prin1")); 3420 Vprin1_to_string_buffer = Fget_buffer_create (build_string (" prin1"));
3421
3421 /* super-magic invisible buffer */ 3422 /* super-magic invisible buffer */
3422 Vbuffer_alist = Qnil; 3423 Vbuffer_alist = Qnil;
3423 3424