# HG changeset patch # User Kenichi Handa # Date 960517376 0 # Node ID 33994562b445e61f27ee9745f3d4f875c3cabfd7 # Parent 4063a64ecdbc8d681a16ebb19045d1a72d069f8b (ps-mule-font-info-database-bdf): Prefer the font "tib24p-mule.bdf" for Tibetan. diff -r 4063a64ecdbc -r 33994562b445 lisp/ps-mule.el --- a/lisp/ps-mule.el Fri Jun 09 02:22:26 2000 +0000 +++ b/lisp/ps-mule.el Fri Jun 09 02:22:56 2000 +0000 @@ -349,7 +349,8 @@ (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.