Function: pr-switches

pr-switches is a byte-compiled function defined in printing.el.gz.

Signature

(pr-switches SWITCHES MESS)

Source Code

;; Defined in /usr/src/emacs/lisp/printing.el.gz
(defun pr-switches (switches mess)
  (or (listp switches)
      (error "%S should have a list of strings" mess))
  (flatten-tree			; dynamic evaluation
   (mapcar #'lpr-eval-switch switches)))