From: Lars Ingebrigtsen Date: Mon, 16 Nov 2020 22:54:02 +0000 (+0100) Subject: Make the handwrite.el PS valid again X-Git-Tag: emacs-28.0.90~5130 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=b4b3eb8b8095e64efdd0452f653da70ea70d730c;p=emacs.git Make the handwrite.el PS valid again * lisp/play/handwrite.el (handwrite): Make the PS valid (bug#44648). Suggested by Omar AntolĂ­n . --- diff --git a/lisp/play/handwrite.el b/lisp/play/handwrite.el index 1cf690a86db..06ea54cb473 100644 --- a/lisp/play/handwrite.el +++ b/lisp/play/handwrite.el @@ -233,7 +233,7 @@ Variables: `handwrite-linespace' (default 12) )) (switch-to-buffer ps-buf-name) (forward-line 1) - (insert "showpage exec Hwsave restore\n\n") + (insert " showpage exec Hwsave restore\n\n") (insert "%%Pages " (number-to-string ipage) " 0\n") (insert "%%EOF\n") ;;To avoid cumbersome code we simply ignore formfeeds