emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] trunk r117868: * buffer.c (syms_of_buffer): DEFSYM Qchoice


From: Dmitry Antipov
Subject: [Emacs-diffs] trunk r117868: * buffer.c (syms_of_buffer): DEFSYM Qchoice (Bug#18337).
Date: Fri, 12 Sep 2014 11:14:16 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 117868
revision-id: address@hidden
parent: address@hidden
author: Detlev Zundel <address@hidden>
committer: Dmitry Antipov <address@hidden>
branch nick: trunk
timestamp: Fri 2014-09-12 15:12:40 +0400
message:
  * buffer.c (syms_of_buffer): DEFSYM Qchoice (Bug#18337).
modified:
  src/ChangeLog                  changelog-20091113204419-o5vbwnq5f7feedwu-1438
  src/buffer.c                   buffer.c-20091113204419-o5vbwnq5f7feedwu-264
=== modified file 'src/ChangeLog'
--- a/src/ChangeLog     2014-09-11 13:21:19 +0000
+++ b/src/ChangeLog     2014-09-12 11:12:40 +0000
@@ -1,3 +1,7 @@
+2014-09-12  Detlev Zundel  <address@hidden>
+
+       * buffer.c (syms_of_buffer): DEFSYM Qchoice (Bug#18337).
+
 2014-09-11  Dmitry Antipov  <address@hidden>
 
        * lisp.h (make_local_string): Nitpick indent.

=== modified file 'src/buffer.c'
--- a/src/buffer.c      2014-09-11 19:44:25 +0000
+++ b/src/buffer.c      2014-09-12 11:12:40 +0000
@@ -5391,6 +5391,7 @@
   staticpro (&Qpermanent_local);
   staticpro (&Qkill_buffer_hook);
 
+  DEFSYM (Qchoice, "choice");
   DEFSYM (Qleft, "left");
   DEFSYM (Qright, "right");
   DEFSYM (Qrange, "range");


reply via email to

[Prev in Thread] Current Thread [Next in Thread]