From b4b3eb8b8095e64efdd0452f653da70ea70d730c Mon Sep 17 00:00:00 2001 From: Lars Ingebrigtsen Date: Mon, 16 Nov 2020 23:54:02 +0100 Subject: [PATCH] Make the handwrite.el PS valid again MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit * lisp/play/handwrite.el (handwrite): Make the PS valid (bug#44648). Suggested by Omar Antolín . --- lisp/play/handwrite.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5