]> git.eshelyaron.com Git - emacs.git/commitdiff
* buffer.c (syms_of_buffer): DEFSYM Qchoice (Bug#18337).
authorDetlev Zundel <dzu@member.fsf.org>
Fri, 12 Sep 2014 11:12:40 +0000 (15:12 +0400)
committerDmitry Antipov <dmantipov@yandex.ru>
Fri, 12 Sep 2014 11:12:40 +0000 (15:12 +0400)
src/ChangeLog
src/buffer.c

index a9d60f7f0125c61c89d01f7fa0b305dd8fdcb89e..7b40f87348aa2ff070bf05f349df79f249dd1ac6 100644 (file)
@@ -1,3 +1,7 @@
+2014-09-12  Detlev Zundel  <dzu@member.fsf.org>
+
+       * buffer.c (syms_of_buffer): DEFSYM Qchoice (Bug#18337).
+
 2014-09-11  Dmitry Antipov  <dmantipov@yandex.ru>
 
        * lisp.h (make_local_string): Nitpick indent.
index 9f3a824a738885add5cbcf49c510c110cb206090..566a9a1b57628914b58dfa4d6c57cd41f4839864 100644 (file)
@@ -5391,6 +5391,7 @@ syms_of_buffer (void)
   staticpro (&Qpermanent_local);
   staticpro (&Qkill_buffer_hook);
 
+  DEFSYM (Qchoice, "choice");
   DEFSYM (Qleft, "left");
   DEFSYM (Qright, "right");
   DEFSYM (Qrange, "range");