diff options
| author | Kenichi Handa | 1999-05-10 01:40:49 +0000 |
|---|---|---|
| committer | Kenichi Handa | 1999-05-10 01:40:49 +0000 |
| commit | d7d83b6e97414cb34a717b6d9e28bbc159c9ba36 (patch) | |
| tree | 06e68498856150195c3c30e6c50bd90cfae2aaaa | |
| parent | 38edf7d458446353dcc75003e46cc3530dfb7950 (diff) | |
| download | emacs-d7d83b6e97414cb34a717b6d9e28bbc159c9ba36.tar.gz emacs-d7d83b6e97414cb34a717b6d9e28bbc159c9ba36.zip | |
(ps-mule-begin-job): Redo this change "if
ps-multibyte-buffer is nil, use
ps-mule-font-info-database-default."
| -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 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." | |||
| 1088 | ((eq ps-multibyte-buffer 'bdf-font-except-latin) | 1088 | ((eq ps-multibyte-buffer 'bdf-font-except-latin) |
| 1089 | ps-mule-font-info-database-ps-bdf) | 1089 | ps-mule-font-info-database-ps-bdf) |
| 1090 | (t | 1090 | (t |
| 1091 | ps-mule-font-info-database-latin))) | 1091 | ps-mule-font-info-database-default))) |
| 1092 | (and (boundp 'enable-multibyte-characters) | 1092 | (and (boundp 'enable-multibyte-characters) |
| 1093 | enable-multibyte-characters | 1093 | enable-multibyte-characters |
| 1094 | ;; Initialize `ps-mule-charset-list'. If some characters aren't | 1094 | ;; Initialize `ps-mule-charset-list'. If some characters aren't |