From: Kenichi Handa Date: Mon, 10 May 1999 01:40:49 +0000 (+0000) Subject: (ps-mule-begin-job): Redo this change "if X-Git-Tag: emacs-20.4~242 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=d7d83b6e97414cb34a717b6d9e28bbc159c9ba36;p=emacs.git (ps-mule-begin-job): Redo this change "if ps-multibyte-buffer is nil, use ps-mule-font-info-database-default." --- 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