From d7d83b6e97414cb34a717b6d9e28bbc159c9ba36 Mon Sep 17 00:00:00 2001 From: Kenichi Handa Date: Mon, 10 May 1999 01:40:49 +0000 Subject: [PATCH] (ps-mule-begin-job): Redo this change "if ps-multibyte-buffer is nil, use ps-mule-font-info-database-default." --- 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 727c76ba02c..ffc579a46bb 100644 --- a/lisp/ps-mule.el +++ b/lisp/ps-mule.el @@ -1088,7 +1088,7 @@ This checks if all multi-byte characters in the region are printable or not." ((eq ps-multibyte-buffer 'bdf-font-except-latin) ps-mule-font-info-database-ps-bdf) (t - ps-mule-font-info-database-latin))) + ps-mule-font-info-database-default))) (and (boundp 'enable-multibyte-characters) enable-multibyte-characters ;; Initialize `ps-mule-charset-list'. If some characters aren't -- 2.39.5