aboutsummaryrefslogtreecommitdiffstats
path: root/src/buffer.c
diff options
context:
space:
mode:
authorDetlev Zundel2014-09-12 15:12:40 +0400
committerDmitry Antipov2014-09-12 15:12:40 +0400
commit9f4ee9977653a7666c4c2d82d1f1ffb089bb7487 (patch)
treebde6607b28ba71d6b8e20bec225206b2aed03407 /src/buffer.c
parent0f2ed59206faf8d71c71203613a715c6aa187c3e (diff)
downloademacs-9f4ee9977653a7666c4c2d82d1f1ffb089bb7487.tar.gz
emacs-9f4ee9977653a7666c4c2d82d1f1ffb089bb7487.zip
* buffer.c (syms_of_buffer): DEFSYM Qchoice (Bug#18337).
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");