emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r109137: * w32font.c (Qsymbol): Remov


From: Andreas Schwab
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r109137: * w32font.c (Qsymbol): Remove local definition.
Date: Wed, 18 Jul 2012 12:12:43 +0200
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 109137
committer: Andreas Schwab <address@hidden>
branch nick: emacs
timestamp: Wed 2012-07-18 12:12:43 +0200
message:
  * w32font.c (Qsymbol): Remove local definition.
  (syms_of_w32font): Don't DEFSYM it.
modified:
  src/ChangeLog
  src/w32font.c
=== modified file 'src/ChangeLog'
--- a/src/ChangeLog     2012-07-18 09:46:07 +0000
+++ b/src/ChangeLog     2012-07-18 10:12:43 +0000
@@ -1,3 +1,8 @@
+2012-07-18  Andreas Schwab  <address@hidden>
+
+       * w32font.c (Qsymbol): Remove local definition.
+       (syms_of_w32font): Don't DEFSYM it.
+
 2012-07-18  Dmitry Antipov  <address@hidden>
 
        Fix sweep_vectors to handle large bool vectors correctly.

=== modified file 'src/w32font.c'
--- a/src/w32font.c     2012-07-11 07:37:39 +0000
+++ b/src/w32font.c     2012-07-18 10:12:43 +0000
@@ -75,7 +75,7 @@
 static Lisp_Object Qkannada, Qmalayalam, Qsinhala, Qthai, Qlao;
 static Lisp_Object Qtibetan, Qmyanmar, Qgeorgian, Qhangul, Qethiopic;
 static Lisp_Object Qcherokee, Qcanadian_aboriginal, Qogham, Qrunic;
-static Lisp_Object Qkhmer, Qmongolian, Qsymbol, Qbraille, Qhan;
+static Lisp_Object Qkhmer, Qmongolian, Qbraille, Qhan;
 static Lisp_Object Qideographic_description, Qcjk_misc, Qkana, Qbopomofo;
 static Lisp_Object Qkanbun, Qyi, Qbyzantine_musical_symbol;
 static Lisp_Object Qmusical_symbol, Qmathematical, Qcham, Qphonetic;
@@ -2634,7 +2634,6 @@
   DEFSYM (Qrunic, "runic");
   DEFSYM (Qkhmer, "khmer");
   DEFSYM (Qmongolian, "mongolian");
-  DEFSYM (Qsymbol, "symbol");
   DEFSYM (Qbraille, "braille");
   DEFSYM (Qhan, "han");
   DEFSYM (Qideographic_description, "ideographic-description");


reply via email to

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