From: Kenichi Handa Date: Wed, 29 Sep 1999 11:48:36 +0000 (+0000) Subject: (ps-mule-font-info-database-ps): Typo fixed X-Git-Tag: emacs-pretest-21.0.90~6614 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=f58395f66db524e38e011f95f292d7abcc1fe2d1;p=emacs.git (ps-mule-font-info-database-ps): Typo fixed (normat->normal). Use correct font names for Korean (Munhwa-Regular-KSC-EUC-H and Munhwa-Bold-KSC-EUC-H). --- diff --git a/lisp/ps-mule.el b/lisp/ps-mule.el index ddc5ca44bfa..d4ca6e8b5c0 100644 --- a/lisp/ps-mule.el +++ b/lisp/ps-mule.el @@ -208,14 +208,14 @@ See also the variable `ps-font-info-database'.") (bold builtin "GothicBBB-Medium.Katakana" ps-mule-encode-7bit 1) (bold-italic builtin "GothicBBB-Medium.Katakana" ps-mule-encode-7bit 1)) (latin-jisx0201 - (normat builtin "Ryumin-Light.Hankaku" ps-mule-encode-7bit 1) + (normal builtin "Ryumin-Light.Hankaku" ps-mule-encode-7bit 1) (bold builtin "GothicBBB-Medium.Hankaku" ps-mule-encode-7bit 1)) (japanese-jisx0208 (normal builtin "Ryumin-Light-H" ps-mule-encode-7bit 2) (bold builtin "GothicBBB-Medium-H" ps-mule-encode-7bit 2)) (korean-ksc5601 - (normal builtin "Batang-Medium-KSC-H" ps-mule-encode-7bit 2) - (bold builtin " Gulim-Medium-KSC-H" ps-mule-encode-7bit 2)) + (normal builtin "Munhwa-Regular-KSC-EUC-H" ps-mule-encode-7bit 2) + (bold builtin "Munhwa-Bold-KSC-EUC-H" ps-mule-encode-7bit 2)) ) "Sample setting of the `ps-mule-font-info-database' to use builtin PS font.