summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVinicius Jose Latorre <viniciusjl@ig.com.br>2004-05-06 04:29:32 +0000
committerVinicius Jose Latorre <viniciusjl@ig.com.br>2004-05-06 04:29:32 +0000
commit208ccc30daa7419d71e6fabf1941390c9849fcb6 (patch)
tree68f216c0852f0c8c4069952cc6a5f9ce48b3489a
parent1ed43c8ea6a4b234b8829b4300c49df750ed0c5c (diff)
downloademacs-208ccc30daa7419d71e6fabf1941390c9849fcb6.tar.gz
New fun.
-rw-r--r--lisp/ps-print.el4
1 files changed, 4 insertions, 0 deletions
diff --git a/lisp/ps-print.el b/lisp/ps-print.el
index 093dce5edeb..99461ae8b6c 100644
--- a/lisp/ps-print.el
+++ b/lisp/ps-print.el
@@ -3501,7 +3501,11 @@ The table depends on the current ps-print setup."
#'ps-print-quote
(list
(concat "\n;;; ps-print version " ps-print-version "\n")
+ ";; internal vars"
(ps-comment-string "ps-print-emacs-type" ps-print-emacs-type)
+ (ps-comment-string "ps-windows-system " ps-windows-system)
+ (ps-comment-string "ps-lp-system " ps-lp-system)
+ nil
'(25 . ps-print-color-p)
'(25 . ps-lpr-command)
'(25 . ps-lpr-switches)