Mercurial > emacs
changeset 24851:06b633c9f37b
(ps-control-character): Fix previous change.
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Tue, 15 Jun 1999 08:11:35 +0000 |
parents | c3ad4583628b |
children | fb28ec3f61c7 |
files | lisp/ps-print.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ps-print.el Tue Jun 15 05:48:18 1999 +0000 +++ b/lisp/ps-print.el Tue Jun 15 08:11:35 1999 +0000 @@ -3837,7 +3837,7 @@ (if (< (car wrappoint) to) (ps-continue-line)) (setq ps-width-remaining (- ps-width-remaining (* len char-width))) - (ps-mule-prepare-ascii-font) + (ps-mule-prepare-ascii-font str) (ps-output-string str) (ps-output " S\n")))