mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-29 07:58:28 +00:00
(ps-mule-begin-job): Fix previous change.
This commit is contained in:
parent
a4c2acb380
commit
0e78bb6280
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user