Mercurial > emacs
changeset 24708:77ab1bf09106
(ps-control-character): Call
ps-mule-prepare-ascii-font to setup ASCII fonts.
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Mon, 10 May 1999 01:51:59 +0000 |
parents | fded44022dc6 |
children | 6cfda8d96aea |
files | lisp/ps-print.el |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ps-print.el Mon May 10 01:40:49 1999 +0000 +++ b/lisp/ps-print.el Mon May 10 01:51:59 1999 +0000 @@ -3836,6 +3836,7 @@ (if (< (car wrappoint) to) (ps-continue-line)) (setq ps-width-remaining (- ps-width-remaining (* len char-width))) + (ps-mule-prepare-ascii-font) (ps-output-string str) (ps-output " S\n")))