diff options
| author | Kenichi Handa | 1999-06-15 08:11:35 +0000 |
|---|---|---|
| committer | Kenichi Handa | 1999-06-15 08:11:35 +0000 |
| commit | 362438055a2a9fe307d65ff67ce055ce13cea6e0 (patch) | |
| tree | f30bbd6c93d1c521514791ecac9936d6ad5818e6 | |
| parent | 5c2ae5cab28b9cc99cb929f9eeb5cc45d0c0cd79 (diff) | |
| download | emacs-362438055a2a9fe307d65ff67ce055ce13cea6e0.tar.gz emacs-362438055a2a9fe307d65ff67ce055ce13cea6e0.zip | |
(ps-control-character): Fix previous change.
| -rw-r--r-- | lisp/ps-print.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/ps-print.el b/lisp/ps-print.el index 786828fd914..4e6f022b7aa 100644 --- a/lisp/ps-print.el +++ b/lisp/ps-print.el | |||
| @@ -3837,7 +3837,7 @@ EndDSCPage\n")) | |||
| 3837 | (if (< (car wrappoint) to) | 3837 | (if (< (car wrappoint) to) |
| 3838 | (ps-continue-line)) | 3838 | (ps-continue-line)) |
| 3839 | (setq ps-width-remaining (- ps-width-remaining (* len char-width))) | 3839 | (setq ps-width-remaining (- ps-width-remaining (* len char-width))) |
| 3840 | (ps-mule-prepare-ascii-font) | 3840 | (ps-mule-prepare-ascii-font str) |
| 3841 | (ps-output-string str) | 3841 | (ps-output-string str) |
| 3842 | (ps-output " S\n"))) | 3842 | (ps-output " S\n"))) |
| 3843 | 3843 | ||