Mercurial > emacs
changeset 24303:958f4aa0dceb
(ps-mule-font-info-database-bdf): Fix ENCODING field
for ASCII and Latin-1.
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Fri, 12 Feb 1999 11:14:46 +0000 |
parents | 814e54320fab |
children | cef9cf0a46b4 |
files | lisp/ps-mule.el |
diffstat | 1 files changed, 4 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ps-mule.el Fri Feb 12 10:38:47 1999 +0000 +++ b/lisp/ps-mule.el Fri Feb 12 11:14:46 1999 +0000 @@ -215,11 +215,11 @@ (defconst ps-mule-font-info-database-bdf '((ascii (normal bdf ("lt1-24-etl.bdf" "etl24-latin1.bdf") nil 1) - (bold bdf ("lt1-16b-etl.bdf" "etl16b-latin1.bdf") iso-latin-1 1) - (italic bdf ("lt1-16i-etl.bdf" "etl16i-latin1.bdf") iso-latin-1 1) - (bold-italic bdf ("lt1-16bi-etl.bdf" "etl16bi-latin1.bdf") iso-latin-1 1)) + (bold bdf ("lt1-16b-etl.bdf" "etl16b-latin1.bdf") nil 1) + (italic bdf ("lt1-16i-etl.bdf" "etl16i-latin1.bdf") nil 1) + (bold-italic bdf ("lt1-16bi-etl.bdf" "etl16bi-latin1.bdf") nil 1)) (latin-iso8859-1 - (normal bdf ("lt1-24-etl.bdf" "etl24-latin1.bdf") nil 1) + (normal bdf ("lt1-24-etl.bdf" "etl24-latin1.bdf") iso-latin-1 1) (bold bdf ("lt1-16b-etl.bdf" "etl16b-latin1.bdf") iso-latin-1 1) (italic bdf ("lt1-16i-etl.bdf" "etl16i-latin1.bdf") iso-latin-1 1) (bold-italic bdf ("lt1-16bi-etl.bdf" "etl16bi-latin1.bdf") iso-latin-1 1))