1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-04-27 08:43:40 -07:00

(w32-initialize-window-system): Don't override

Japanese font settings.
This commit is contained in:
Jason Rumney 2009-03-11 15:15:09 +00:00
parent ff85581a0f
commit 4603334027
2 changed files with 5 additions and 10 deletions

View 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):

View 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,...).