diff options
author | Gerd Moellmann <gerd@gnu.org> | 2001-04-03 09:17:32 +0000 |
---|---|---|
committer | Gerd Moellmann <gerd@gnu.org> | 2001-04-03 09:17:32 +0000 |
commit | 24c0fd398e8e29da54d0a0651963e93c3b76e898 (patch) | |
tree | b537a0a164ac62df33c492d820f1d8158c81b714 /lisp/ps-mule.el | |
parent | 7a9ebd0b8e3b96447e5e901379baedd697b2bebd (diff) | |
download | emacs-24c0fd398e8e29da54d0a0651963e93c3b76e898.tar.gz |
(ps-mule-font-info-database-bdf): Change
`isci24-etl.bdf' to `isci24-mule.bdf'. From: Kenichi Handa
<handa@etl.go.jp>.
Diffstat (limited to 'lisp/ps-mule.el')
-rw-r--r-- | lisp/ps-mule.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/ps-mule.el b/lisp/ps-mule.el index 901ee180083..2b302b9efbe 100644 --- a/lisp/ps-mule.el +++ b/lisp/ps-mule.el @@ -383,7 +383,7 @@ Currently, data for Japanese and Korean PostScript printers are listed.") (arabic-2-column (normal bdf ("arab24-2-etl.bdf" "etl24-arabic2.bdf") ps-mule-encode-7bit 1)) (indian-is13194 - (normal bdf ("isci24-etl.bdf" "mule-iscii-24.bdf") ps-mule-encode-7bit 1)) + (normal bdf ("isci24-mule.bdf" "mule-iscii-24.bdf") ps-mule-encode-7bit 1)) (indian-1-column (normal bdf ("ind1c24-mule.bdf" "mule-indian-1col-24.bdf") ps-mule-encode-7bit 2)) (tibetan-1-column |