aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKenichi Handa1999-09-29 11:48:36 +0000
committerKenichi Handa1999-09-29 11:48:36 +0000
commitf58395f66db524e38e011f95f292d7abcc1fe2d1 (patch)
treeda03786c1fbdd338f386c72612c8a39c4507ba03
parent1aee0381801beb80402b93acedf36005f6761e9f (diff)
downloademacs-f58395f66db524e38e011f95f292d7abcc1fe2d1.tar.gz
emacs-f58395f66db524e38e011f95f292d7abcc1fe2d1.zip
(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).
-rw-r--r--lisp/ps-mule.el6
1 files changed, 3 insertions, 3 deletions
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'.")
208 (bold builtin "GothicBBB-Medium.Katakana" ps-mule-encode-7bit 1) 208 (bold builtin "GothicBBB-Medium.Katakana" ps-mule-encode-7bit 1)
209 (bold-italic builtin "GothicBBB-Medium.Katakana" ps-mule-encode-7bit 1)) 209 (bold-italic builtin "GothicBBB-Medium.Katakana" ps-mule-encode-7bit 1))
210 (latin-jisx0201 210 (latin-jisx0201
211 (normat builtin "Ryumin-Light.Hankaku" ps-mule-encode-7bit 1) 211 (normal builtin "Ryumin-Light.Hankaku" ps-mule-encode-7bit 1)
212 (bold builtin "GothicBBB-Medium.Hankaku" ps-mule-encode-7bit 1)) 212 (bold builtin "GothicBBB-Medium.Hankaku" ps-mule-encode-7bit 1))
213 (japanese-jisx0208 213 (japanese-jisx0208
214 (normal builtin "Ryumin-Light-H" ps-mule-encode-7bit 2) 214 (normal builtin "Ryumin-Light-H" ps-mule-encode-7bit 2)
215 (bold builtin "GothicBBB-Medium-H" ps-mule-encode-7bit 2)) 215 (bold builtin "GothicBBB-Medium-H" ps-mule-encode-7bit 2))
216 (korean-ksc5601 216 (korean-ksc5601
217 (normal builtin "Batang-Medium-KSC-H" ps-mule-encode-7bit 2) 217 (normal builtin "Munhwa-Regular-KSC-EUC-H" ps-mule-encode-7bit 2)
218 (bold builtin " Gulim-Medium-KSC-H" ps-mule-encode-7bit 2)) 218 (bold builtin "Munhwa-Bold-KSC-EUC-H" ps-mule-encode-7bit 2))
219 ) 219 )
220 "Sample setting of the `ps-mule-font-info-database' to use builtin PS font. 220 "Sample setting of the `ps-mule-font-info-database' to use builtin PS font.
221 221