From 8cf74617ad22d01bee385416b060a8e3de1b2ed0 Mon Sep 17 00:00:00 2001 From: Kenichi Handa Date: Fri, 9 Jun 2000 02:22:56 +0000 Subject: [PATCH] (ps-mule-font-info-database-bdf): Prefer the font "tib24p-mule.bdf" for Tibetan. --- lisp/ps-mule.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lisp/ps-mule.el b/lisp/ps-mule.el index bf4fcf183f2..7c370b9bf38 100644 --- a/lisp/ps-mule.el +++ b/lisp/ps-mule.el @@ -349,7 +349,8 @@ Currently, data for Japanese and Korean PostScript printers are listed.") (indian-2-column (normal bdf ("ind24-mule.bdf" "mule-indian-24.bdf") ps-mule-encode-7bit 2)) (tibetan - (normal bdf ("tib24-mule.bdf" "mule-tibmdx-24.bdf") ps-mule-encode-7bit 2))) + (normal bdf ("tib24p-mule.bdf" "tib24-mule.bdf" "mule-tibmdx-24.bdf") + ps-mule-encode-7bit 2))) "Sample setting of the `ps-mule-font-info-database' to use BDF fonts. BDF (Bitmap Distribution Format) is a format used for distributing X's font source file. -- 2.39.5