]> git.eshelyaron.com Git - emacs.git/commitdiff
(ps-control-character): Call
authorKenichi Handa <handa@m17n.org>
Mon, 10 May 1999 01:51:59 +0000 (01:51 +0000)
committerKenichi Handa <handa@m17n.org>
Mon, 10 May 1999 01:51:59 +0000 (01:51 +0000)
ps-mule-prepare-ascii-font to setup ASCII fonts.

lisp/ps-print.el

index 9a1d55f25772718634c197d2f0cf7ee75be062fa..2c74a0d3c22043b2cd4086f3020eec91755c790c 100644 (file)
@@ -3836,6 +3836,7 @@ EndDSCPage\n"))
     (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")))