From: Jason Rumney Date: Sat, 11 Oct 2003 22:05:10 +0000 (+0000) Subject: Don't set fontsets to use sjis. X-Git-Tag: emacs-pretest-23.0.90~8295^2~1767 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=b815ce19c84aa78b27d2d8949a4737f7a0b8d808;p=emacs.git Don't set fontsets to use sjis. --- diff --git a/lisp/term/w32-win.el b/lisp/term/w32-win.el index 27f72f94129..a714ecc9b81 100644 --- a/lisp/term/w32-win.el +++ b/lisp/term/w32-win.el @@ -1221,10 +1221,10 @@ See the documentation of `create-fontset-from-fontset-spec for the format.") (list face (if (equal value "") nil value)))) ;;; Enable Japanese fonts on Windows to be used by default. -(set-fontset-font nil (make-char 'katakana-jisx0201) '("*" . "JISX0208-SJIS")) -(set-fontset-font nil (make-char 'latin-jisx0201) '("*" . "JISX0208-SJIS")) -(set-fontset-font nil (make-char 'japanese-jisx0208) '("*" . "JISX0208-SJIS")) -(set-fontset-font nil (make-char 'japanese-jisx0208-1978) '("*" . "JISX0208-SJIS")) +;; (set-fontset-font nil (make-char 'katakana-jisx0201) '("*" . "JISX0208-SJIS")) +;; (set-fontset-font nil (make-char 'latin-jisx0201) '("*" . "JISX0208-SJIS")) +;; (set-fontset-font nil (make-char 'japanese-jisx0208) '("*" . "JISX0208-SJIS")) +;; (set-fontset-font nil (make-char 'japanese-jisx0208-1978) '("*" . "JISX0208-SJIS")) (defun mouse-set-font (&rest fonts) "Select a font.