aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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)