]> git.eshelyaron.com Git - emacs.git/commitdiff
Make the handwrite.el PS valid again
authorLars Ingebrigtsen <larsi@gnus.org>
Mon, 16 Nov 2020 22:54:02 +0000 (23:54 +0100)
committerLars Ingebrigtsen <larsi@gnus.org>
Mon, 16 Nov 2020 22:54:02 +0000 (23:54 +0100)
* lisp/play/handwrite.el (handwrite): Make the PS valid
(bug#44648).  Suggested by Omar AntolĂ­n <omar.antolin@gmail.com>.

lisp/play/handwrite.el

index 1cf690a86dbfc5cc94f70cea06234b9e56ed2b2e..06ea54cb473b2defa1c526e48c88b96543b5d309 100644 (file)
@@ -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