From: Glenn Morris Date: Sat, 9 May 2015 00:14:42 +0000 (-0400) Subject: * lisp/dired-aux.el (dired-do-print): Require lpr. X-Git-Tag: emacs-25.0.90~2145 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=30ba66a6ecb4c5b7138d60ea485789517cb8a873;p=emacs.git * lisp/dired-aux.el (dired-do-print): Require lpr. --- 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." 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)