diff options
author | Vinicius Jose Latorre <viniciusjl@ig.com.br> | 2004-05-06 04:29:32 +0000 |
---|---|---|
committer | Vinicius Jose Latorre <viniciusjl@ig.com.br> | 2004-05-06 04:29:32 +0000 |
commit | 208ccc30daa7419d71e6fabf1941390c9849fcb6 (patch) | |
tree | 68f216c0852f0c8c4069952cc6a5f9ce48b3489a /lisp/ps-print.el | |
parent | 1ed43c8ea6a4b234b8829b4300c49df750ed0c5c (diff) | |
download | emacs-208ccc30daa7419d71e6fabf1941390c9849fcb6.tar.gz |
New fun.
Diffstat (limited to 'lisp/ps-print.el')
-rw-r--r-- | lisp/ps-print.el | 4 |
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) |