* lisp/dired-aux.el (dired-do-print): Require lpr.

This commit is contained in:
Glenn Morris 2015-05-08 20:14:42 -04:00
parent 5b0af214c8
commit 30ba66a6ec

View file

@ -421,6 +421,7 @@ into the minibuffer."
Uses the shell command coming from variables `lpr-command' and
`lpr-switches' as default."
(interactive "P")
(require 'lpr)
(let* ((file-list (dired-get-marked-files t arg))
(lpr-switches
(if (and (stringp printer-name)