diff options
author | Kenichi Handa <handa@m17n.org> | 2003-09-26 12:47:23 +0000 |
---|---|---|
committer | Kenichi Handa <handa@m17n.org> | 2003-09-26 12:47:23 +0000 |
commit | 0e78bb62807df9ca801aafc13ce22573fd1a28a5 (patch) | |
tree | 3ebe802908f2ffbba43c5b94e0dff06e9f78ae7a /lisp/ps-mule.el | |
parent | a4c2acb3803797e36e54d0f5767e5dec2f90c81f (diff) | |
download | emacs-0e78bb62807df9ca801aafc13ce22573fd1a28a5.tar.gz emacs-0e78bb62807df9ca801aafc13ce22573fd1a28a5.tar.bz2 emacs-0e78bb62807df9ca801aafc13ce22573fd1a28a5.zip |
(ps-mule-begin-job): Fix previous change.
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 854e6dac6d8..85416fe78e5 100644 --- a/lisp/ps-mule.el +++ b/lisp/ps-mule.el @@ -1201,7 +1201,7 @@ This checks if all multi-byte characters in the region are printable or not." ;; Be sure to have font information for Latin-1. (or (assq 'iso-8859-1 ps-mule-font-info-database) (setq ps-mule-font-info-database - (cons '((iso-8859-1 (normal nil nil))) + (cons '(iso-8859-1 (normal nil nil)) ps-mule-font-info-database))) ;; Generate ps-mule-font-spec-tables. |