]> git.eshelyaron.com Git - emacs.git/commitdiff
(ps-mule-font-info-database-bdf): Prefer the font "tib24p-mule.bdf"
authorKenichi Handa <handa@m17n.org>
Fri, 9 Jun 2000 02:22:56 +0000 (02:22 +0000)
committerKenichi Handa <handa@m17n.org>
Fri, 9 Jun 2000 02:22:56 +0000 (02:22 +0000)
for Tibetan.

lisp/ps-mule.el

index bf4fcf183f2df47ffdd984fee0538ba6af2eeb6e..7c370b9bf38d5cb962d142c29078d891bc6826f3 100644 (file)
@@ -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.