aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2015-05-08 20:14:42 -0400
committerGlenn Morris2015-05-08 20:14:42 -0400
commit30ba66a6ecb4c5b7138d60ea485789517cb8a873 (patch)
tree4eeed236f2645a5afcb6d4f0b2dedc1ddbfb1f6f
parent5b0af214c81666decaf9cebf191a213d205d8a45 (diff)
downloademacs-30ba66a6ecb4c5b7138d60ea485789517cb8a873.tar.gz
emacs-30ba66a6ecb4c5b7138d60ea485789517cb8a873.zip
* lisp/dired-aux.el (dired-do-print): Require lpr.
-rw-r--r--lisp/dired-aux.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/dired-aux.el b/lisp/dired-aux.el
index f7b2a5c53b3..4dcb519b039 100644
--- a/lisp/dired-aux.el
+++ b/lisp/dired-aux.el
@@ -421,6 +421,7 @@ into the minibuffer."
421Uses the shell command coming from variables `lpr-command' and 421Uses the shell command coming from variables `lpr-command' and
422`lpr-switches' as default." 422`lpr-switches' as default."
423 (interactive "P") 423 (interactive "P")
424 (require 'lpr)
424 (let* ((file-list (dired-get-marked-files t arg)) 425 (let* ((file-list (dired-get-marked-files t arg))
425 (lpr-switches 426 (lpr-switches
426 (if (and (stringp printer-name) 427 (if (and (stringp printer-name)