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 9f3a824a738..566a9a1b576 100644
--- a/src/buffer.c
+++ b/src/buffer.c
@@ -5391,6 +5391,7 @@ syms_of_buffer (void)
5391 staticpro (&Qpermanent_local); 5391 staticpro (&Qpermanent_local);
5392 staticpro (&Qkill_buffer_hook); 5392 staticpro (&Qkill_buffer_hook);
5393 5393
5394 DEFSYM (Qchoice, "choice");
5394 DEFSYM (Qleft, "left"); 5395 DEFSYM (Qleft, "left");
5395 DEFSYM (Qright, "right"); 5396 DEFSYM (Qright, "right");
5396 DEFSYM (Qrange, "range"); 5397 DEFSYM (Qrange, "range");