aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Schwab2012-07-18 12:12:43 +0200
committerAndreas Schwab2012-07-18 12:12:43 +0200
commit8dc2e44a7726d04423fac170355e1fd5dc72bc38 (patch)
tree683527cd82fc6fb2490a57dcd27d4a50af3eec34
parent2dc2a609c584168036fae5196033ffca2a619a9e (diff)
downloademacs-8dc2e44a7726d04423fac170355e1fd5dc72bc38.tar.gz
emacs-8dc2e44a7726d04423fac170355e1fd5dc72bc38.zip
* w32font.c (Qsymbol): Remove local definition.
(syms_of_w32font): Don't DEFSYM it.
-rw-r--r--src/ChangeLog5
-rw-r--r--src/w32font.c3
2 files changed, 6 insertions, 2 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 26199d888fa..29d6c4284af 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,8 @@
12012-07-18 Andreas Schwab <schwab@linux-m68k.org>
2
3 * w32font.c (Qsymbol): Remove local definition.
4 (syms_of_w32font): Don't DEFSYM it.
5
12012-07-18 Dmitry Antipov <dmantipov@yandex.ru> 62012-07-18 Dmitry Antipov <dmantipov@yandex.ru>
2 7
3 Fix sweep_vectors to handle large bool vectors correctly. 8 Fix sweep_vectors to handle large bool vectors correctly.
diff --git a/src/w32font.c b/src/w32font.c
index 0200d7ce074..81378825412 100644
--- a/src/w32font.c
+++ b/src/w32font.c
@@ -75,7 +75,7 @@ static Lisp_Object Qgurmukhi, Qgujarati, Qoriya, Qtamil, Qtelugu;
75static Lisp_Object Qkannada, Qmalayalam, Qsinhala, Qthai, Qlao; 75static Lisp_Object Qkannada, Qmalayalam, Qsinhala, Qthai, Qlao;
76static Lisp_Object Qtibetan, Qmyanmar, Qgeorgian, Qhangul, Qethiopic; 76static Lisp_Object Qtibetan, Qmyanmar, Qgeorgian, Qhangul, Qethiopic;
77static Lisp_Object Qcherokee, Qcanadian_aboriginal, Qogham, Qrunic; 77static Lisp_Object Qcherokee, Qcanadian_aboriginal, Qogham, Qrunic;
78static Lisp_Object Qkhmer, Qmongolian, Qsymbol, Qbraille, Qhan; 78static Lisp_Object Qkhmer, Qmongolian, Qbraille, Qhan;
79static Lisp_Object Qideographic_description, Qcjk_misc, Qkana, Qbopomofo; 79static Lisp_Object Qideographic_description, Qcjk_misc, Qkana, Qbopomofo;
80static Lisp_Object Qkanbun, Qyi, Qbyzantine_musical_symbol; 80static Lisp_Object Qkanbun, Qyi, Qbyzantine_musical_symbol;
81static Lisp_Object Qmusical_symbol, Qmathematical, Qcham, Qphonetic; 81static Lisp_Object Qmusical_symbol, Qmathematical, Qcham, Qphonetic;
@@ -2634,7 +2634,6 @@ syms_of_w32font (void)
2634 DEFSYM (Qrunic, "runic"); 2634 DEFSYM (Qrunic, "runic");
2635 DEFSYM (Qkhmer, "khmer"); 2635 DEFSYM (Qkhmer, "khmer");
2636 DEFSYM (Qmongolian, "mongolian"); 2636 DEFSYM (Qmongolian, "mongolian");
2637 DEFSYM (Qsymbol, "symbol");
2638 DEFSYM (Qbraille, "braille"); 2637 DEFSYM (Qbraille, "braille");
2639 DEFSYM (Qhan, "han"); 2638 DEFSYM (Qhan, "han");
2640 DEFSYM (Qideographic_description, "ideographic-description"); 2639 DEFSYM (Qideographic_description, "ideographic-description");