Function: pr-interactive-ps-dir-args
pr-interactive-ps-dir-args is a byte-compiled function defined in
printing.el.gz.
Signature
(pr-interactive-ps-dir-args MESS)
Source Code
;; Defined in /usr/src/emacs/lisp/printing.el.gz
(defun pr-interactive-ps-dir-args (mess)
(list
;; get n-up argument
(pr-interactive-n-up mess)
;; get directory argument
(pr-interactive-dir mess)
;; get file name regexp
(pr-interactive-regexp mess)
;; get output file name
(and (not pr-spool-p)
(ps-print-preprint current-prefix-arg))))