1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-22 18:55:29 +03:00
aports/community/a2ps/a2ps-4.13c-emacs.patch
2019-10-24 18:56:33 +00:00

10 lines
442 B
Diff

--- a2ps-4.13/contrib/emacs/a2ps-print.el.orig 2005-12-05 08:03:48.000000000 +0100
+++ a2ps-4.13/contrib/emacs/a2ps-print.el 2005-12-06 16:38:14.000000000 +0100
@@ -93,6 +93,7 @@
(concat "--center-title=" name)
(concat "--footer=" (concat name " Emacs buffer"))
(concat "--pretty-print=" filetype)
+ (concat "-d")
;Uncommenting the following gives a print preview (only):
; (concat "--output=/tmp/foo.ps")
)