* lisp/dired-aux.el (dired-do-print): Require lpr.
This commit is contained in:
parent
5b0af214c8
commit
30ba66a6ec
1 changed files with 1 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue