aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog4
-rw-r--r--src/buffer.c1
2 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index a9d60f7f012..7b40f87348a 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,7 @@
12014-09-12 Detlev Zundel <dzu@member.fsf.org>
2
3 * buffer.c (syms_of_buffer): DEFSYM Qchoice (Bug#18337).
4
12014-09-11 Dmitry Antipov <dmantipov@yandex.ru> 52014-09-11 Dmitry Antipov <dmantipov@yandex.ru>
2 6
3 * lisp.h (make_local_string): Nitpick indent. 7 * lisp.h (make_local_string): Nitpick indent.
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");