]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/dired-aux.el (dired-do-print): Require lpr.
authorGlenn Morris <rgm@gnu.org>
Sat, 9 May 2015 00:14:42 +0000 (20:14 -0400)
committerGlenn Morris <rgm@gnu.org>
Sat, 9 May 2015 00:14:42 +0000 (20:14 -0400)
lisp/dired-aux.el

index f7b2a5c53b3289e3fd77baa741818ac3a102cf46..4dcb519b039e09f9d159b132cf55366ec5449239 100644 (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)