aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/ChangeLog5
-rw-r--r--src/w32font.c4
2 files changed, 6 insertions, 3 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 521c2dae20..8447f1b77e 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,8 @@
+2009-04-17 Juanma Barranquero <[email protected]>
+
+ * w32font.c (Qja, Qko): Remove declarations.
+ (syms_of_w32font): Don't DEFSYM them.
+
2009-04-17 Chong Yidong <[email protected]>
* font.c (Qja, Qko): Move definitions here from ftfont.c.
diff --git a/src/w32font.c b/src/w32font.c
index 848da7f464..d1ff969747 100644
--- a/src/w32font.c
+++ b/src/w32font.c
@@ -68,7 +68,7 @@ extern Lisp_Object Qnone; /* reuse from w32fns.c */
static Lisp_Object Qstandard, Qsubpixel, Qnatural;
/* languages */
-static Lisp_Object Qja, Qko, Qzh;
+static Lisp_Object Qzh;
/* scripts */
static Lisp_Object Qlatin, Qgreek, Qcoptic, Qcyrillic, Qarmenian, Qhebrew;
@@ -2521,8 +2521,6 @@ syms_of_w32font ()
DEFSYM (Qnatural, "natural");
/* Languages */
- DEFSYM (Qja, "ja");
- DEFSYM (Qko, "ko");
DEFSYM (Qzh, "zh");
/* Scripts */