From 0e78bb62807df9ca801aafc13ce22573fd1a28a5 Mon Sep 17 00:00:00 2001 From: Kenichi Handa Date: Fri, 26 Sep 2003 12:47:23 +0000 Subject: [PATCH] (ps-mule-begin-job): Fix previous change. --- lisp/ps-mule.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.39.2