diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 5 | ||||
| -rw-r--r-- | src/w32font.c | 3 |
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 @@ | |||
| 1 | 2012-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 | |||
| 1 | 2012-07-18 Dmitry Antipov <dmantipov@yandex.ru> | 6 | 2012-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; | |||
| 75 | static Lisp_Object Qkannada, Qmalayalam, Qsinhala, Qthai, Qlao; | 75 | static Lisp_Object Qkannada, Qmalayalam, Qsinhala, Qthai, Qlao; |
| 76 | static Lisp_Object Qtibetan, Qmyanmar, Qgeorgian, Qhangul, Qethiopic; | 76 | static Lisp_Object Qtibetan, Qmyanmar, Qgeorgian, Qhangul, Qethiopic; |
| 77 | static Lisp_Object Qcherokee, Qcanadian_aboriginal, Qogham, Qrunic; | 77 | static Lisp_Object Qcherokee, Qcanadian_aboriginal, Qogham, Qrunic; |
| 78 | static Lisp_Object Qkhmer, Qmongolian, Qsymbol, Qbraille, Qhan; | 78 | static Lisp_Object Qkhmer, Qmongolian, Qbraille, Qhan; |
| 79 | static Lisp_Object Qideographic_description, Qcjk_misc, Qkana, Qbopomofo; | 79 | static Lisp_Object Qideographic_description, Qcjk_misc, Qkana, Qbopomofo; |
| 80 | static Lisp_Object Qkanbun, Qyi, Qbyzantine_musical_symbol; | 80 | static Lisp_Object Qkanbun, Qyi, Qbyzantine_musical_symbol; |
| 81 | static Lisp_Object Qmusical_symbol, Qmathematical, Qcham, Qphonetic; | 81 | static 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"); |