diff options
| author | Juanma Barranquero | 2009-04-17 19:04:49 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2009-04-17 19:04:49 +0000 |
| commit | 314d66f446dc8a442d3224a9e4e9f22a8b0e9eb1 (patch) | |
| tree | 2978348874ef3dae1d23bd2a2b06fbb966299236 | |
| parent | cf70255861179c4af4309d27600b37a3e7399c45 (diff) | |
| download | emacs-314d66f446dc8a442d3224a9e4e9f22a8b0e9eb1.tar.gz emacs-314d66f446dc8a442d3224a9e4e9f22a8b0e9eb1.zip | |
* w32font.c (Qja, Qko): Remove declarations.
(syms_of_w32font): Don't DEFSYM them.
| -rw-r--r-- | src/ChangeLog | 5 | ||||
| -rw-r--r-- | src/w32font.c | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 521c2dae208..8447f1b77eb 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2009-04-17 Juanma Barranquero <lekktu@gmail.com> | ||
| 2 | |||
| 3 | * w32font.c (Qja, Qko): Remove declarations. | ||
| 4 | (syms_of_w32font): Don't DEFSYM them. | ||
| 5 | |||
| 1 | 2009-04-17 Chong Yidong <cyd@stupidchicken.com> | 6 | 2009-04-17 Chong Yidong <cyd@stupidchicken.com> |
| 2 | 7 | ||
| 3 | * font.c (Qja, Qko): Move definitions here from ftfont.c. | 8 | * font.c (Qja, Qko): Move definitions here from ftfont.c. |
diff --git a/src/w32font.c b/src/w32font.c index 848da7f464d..d1ff969747b 100644 --- a/src/w32font.c +++ b/src/w32font.c | |||
| @@ -68,7 +68,7 @@ extern Lisp_Object Qnone; /* reuse from w32fns.c */ | |||
| 68 | static Lisp_Object Qstandard, Qsubpixel, Qnatural; | 68 | static Lisp_Object Qstandard, Qsubpixel, Qnatural; |
| 69 | 69 | ||
| 70 | /* languages */ | 70 | /* languages */ |
| 71 | static Lisp_Object Qja, Qko, Qzh; | 71 | static Lisp_Object Qzh; |
| 72 | 72 | ||
| 73 | /* scripts */ | 73 | /* scripts */ |
| 74 | static Lisp_Object Qlatin, Qgreek, Qcoptic, Qcyrillic, Qarmenian, Qhebrew; | 74 | static Lisp_Object Qlatin, Qgreek, Qcoptic, Qcyrillic, Qarmenian, Qhebrew; |
| @@ -2521,8 +2521,6 @@ syms_of_w32font () | |||
| 2521 | DEFSYM (Qnatural, "natural"); | 2521 | DEFSYM (Qnatural, "natural"); |
| 2522 | 2522 | ||
| 2523 | /* Languages */ | 2523 | /* Languages */ |
| 2524 | DEFSYM (Qja, "ja"); | ||
| 2525 | DEFSYM (Qko, "ko"); | ||
| 2526 | DEFSYM (Qzh, "zh"); | 2524 | DEFSYM (Qzh, "zh"); |
| 2527 | 2525 | ||
| 2528 | /* Scripts */ | 2526 | /* Scripts */ |