aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVinicius Jose Latorre2004-05-06 04:29:32 +0000
committerVinicius Jose Latorre2004-05-06 04:29:32 +0000
commit208ccc30daa7419d71e6fabf1941390c9849fcb6 (patch)
tree68f216c0852f0c8c4069952cc6a5f9ce48b3489a
parent1ed43c8ea6a4b234b8829b4300c49df750ed0c5c (diff)
downloademacs-208ccc30daa7419d71e6fabf1941390c9849fcb6.tar.gz
emacs-208ccc30daa7419d71e6fabf1941390c9849fcb6.zip
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."
3501 #'ps-print-quote 3501 #'ps-print-quote
3502 (list 3502 (list
3503 (concat "\n;;; ps-print version " ps-print-version "\n") 3503 (concat "\n;;; ps-print version " ps-print-version "\n")
3504 ";; internal vars"
3504 (ps-comment-string "ps-print-emacs-type" ps-print-emacs-type) 3505 (ps-comment-string "ps-print-emacs-type" ps-print-emacs-type)
3506 (ps-comment-string "ps-windows-system " ps-windows-system)
3507 (ps-comment-string "ps-lp-system " ps-lp-system)
3508 nil
3505 '(25 . ps-print-color-p) 3509 '(25 . ps-print-color-p)
3506 '(25 . ps-lpr-command) 3510 '(25 . ps-lpr-command)
3507 '(25 . ps-lpr-switches) 3511 '(25 . ps-lpr-switches)