#'ps-print-quote
(list
(concat "\n;;; ps-print version " ps-print-version "\n")
+ (ps-comment-string "ps-print-emacs-type" ps-print-emacs-type)
'(25 . ps-print-color-p)
'(25 . ps-lpr-command)
'(25 . ps-lpr-switches)
(format "%S" val))))
+(defun ps-comment-string (str value)
+ "Return a comment string like \";; STR = VALUE\\n\"."
+ (concat ";; " str " = " (ps-value-string value) "\n"))
+
+
(defun ps-value (alist-sym key)
"Return value from association list ALIST-SYM which car is `eq' to KEY."
(cdr (assq key (symbol-value alist-sym))))