mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-03 18:41:25 -08:00
* w32font.c (Qsymbol): Remove local definition.
(syms_of_w32font): Don't DEFSYM it.
This commit is contained in:
parent
2dc2a609c5
commit
8dc2e44a77
2 changed files with 6 additions and 2 deletions
|
|
@ -1,3 +1,8 @@
|
|||
2012-07-18 Andreas Schwab <schwab@linux-m68k.org>
|
||||
|
||||
* w32font.c (Qsymbol): Remove local definition.
|
||||
(syms_of_w32font): Don't DEFSYM it.
|
||||
|
||||
2012-07-18 Dmitry Antipov <dmantipov@yandex.ru>
|
||||
|
||||
Fix sweep_vectors to handle large bool vectors correctly.
|
||||
|
|
|
|||
|
|
@ -75,7 +75,7 @@ static Lisp_Object Qgurmukhi, Qgujarati, Qoriya, Qtamil, Qtelugu;
|
|||
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 @@ syms_of_w32font (void)
|
|||
DEFSYM (Qrunic, "runic");
|
||||
DEFSYM (Qkhmer, "khmer");
|
||||
DEFSYM (Qmongolian, "mongolian");
|
||||
DEFSYM (Qsymbol, "symbol");
|
||||
DEFSYM (Qbraille, "braille");
|
||||
DEFSYM (Qhan, "han");
|
||||
DEFSYM (Qideographic_description, "ideographic-description");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue