emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master b4b3eb8: Make the handwrite.el PS valid again


From: Lars Ingebrigtsen
Subject: master b4b3eb8: Make the handwrite.el PS valid again
Date: Mon, 16 Nov 2020 17:54:10 -0500 (EST)

branch: master
commit b4b3eb8b8095e64efdd0452f653da70ea70d730c
Author: Lars Ingebrigtsen <larsi@gnus.org>
Commit: Lars Ingebrigtsen <larsi@gnus.org>

    Make the handwrite.el PS valid again
    
    * lisp/play/handwrite.el (handwrite): Make the PS valid
    (bug#44648).  Suggested by Omar AntolĂ­n <omar.antolin@gmail.com>.
---
 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 1cf690a..06ea54c 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]