From 30ba66a6ecb4c5b7138d60ea485789517cb8a873 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Fri, 8 May 2015 20:14:42 -0400 Subject: [PATCH] * lisp/dired-aux.el (dired-do-print): Require lpr. --- lisp/dired-aux.el | 1 + 1 file changed, 1 insertion(+) 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) -- 2.39.5