(w32-initialize-window-system): Don't override
authorJason Rumney <jasonr@gnu.org>
Wed, 11 Mar 2009 15:15:09 +0000 (15:15 +0000)
committerJason Rumney <jasonr@gnu.org>
Wed, 11 Mar 2009 15:15:09 +0000 (15:15 +0000)
Japanese font settings.

lisp/ChangeLog
lisp/term/w32-win.el

index 231369e..fd4d8ef 100644 (file)
@@ -1,3 +1,8 @@
+2009-03-11  Jason Rumney  <jasonr@gnu.org>
+
+       * term/w32-win.el (w32-initialize-window-system): Don't override
+       Japanese font settings.
+
 2009-03-11  Glenn Morris  <rgm@gnu.org>
 
        * mail/rmailedit.el (rmail-edit-mode):
index e030768..7555748 100644 (file)
@@ -256,16 +256,6 @@ See the documentation of `create-fontset-from-fontset-spec' for the format.")
   ;; Setup the default fontset.
   (setup-default-fontset)
 
-  ;; Enable Japanese fonts on Windows to be used by default.
-  (set-fontset-font t (make-char 'katakana-jisx0201)
-                   '("*" . "JISX0208-SJIS"))
-  (set-fontset-font t (make-char 'latin-jisx0201)
-                   '("*" . "JISX0208-SJIS"))
-  (set-fontset-font t (make-char 'japanese-jisx0208)
-                   '("*" . "JISX0208-SJIS"))
-  (set-fontset-font t (make-char 'japanese-jisx0208-1978)
-                   '("*" . "JISX0208-SJIS"))
-
   ;; Create the standard fontset.
   (create-fontset-from-fontset-spec w32-standard-fontset-spec t)
   ;; Create fontset specified in X resources "Fontset-N" (N is 0, 1,...).