aboutsummaryrefslogtreecommitdiffstats
path: root/src/buffer.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/buffer.c')
-rw-r--r--src/buffer.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/buffer.c b/src/buffer.c
index 9dd396e6c08..6f41b36b92f 100644
--- a/src/buffer.c
+++ b/src/buffer.c
@@ -162,7 +162,7 @@ Lisp_Object Qget_file_buffer;
162 162
163Lisp_Object Qoverlayp; 163Lisp_Object Qoverlayp;
164 164
165Lisp_Object Qpriority, Qwindow, Qevaporate, Qbefore_string, Qafter_string; 165Lisp_Object Qpriority, Qevaporate, Qbefore_string, Qafter_string;
166 166
167Lisp_Object Qmodification_hooks; 167Lisp_Object Qmodification_hooks;
168Lisp_Object Qinsert_in_front_hooks; 168Lisp_Object Qinsert_in_front_hooks;
@@ -5345,8 +5345,6 @@ syms_of_buffer (void)
5345 staticpro (&Qget_file_buffer); 5345 staticpro (&Qget_file_buffer);
5346 Qpriority = intern_c_string ("priority"); 5346 Qpriority = intern_c_string ("priority");
5347 staticpro (&Qpriority); 5347 staticpro (&Qpriority);
5348 Qwindow = intern_c_string ("window");
5349 staticpro (&Qwindow);
5350 Qbefore_string = intern_c_string ("before-string"); 5348 Qbefore_string = intern_c_string ("before-string");
5351 staticpro (&Qbefore_string); 5349 staticpro (&Qbefore_string);
5352 Qafter_string = intern_c_string ("after-string"); 5350 Qafter_string = intern_c_string ("after-string");