emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master 30ba66a 2/2: * lisp/dired-aux.el (dired-do-print):


From: Glenn Morris
Subject: [Emacs-diffs] master 30ba66a 2/2: * lisp/dired-aux.el (dired-do-print): Require lpr.
Date: Sat, 09 May 2015 00:14:48 +0000

branch: master
commit 30ba66a6ecb4c5b7138d60ea485789517cb8a873
Author: Glenn Morris <address@hidden>
Commit: Glenn Morris <address@hidden>

    * lisp/dired-aux.el (dired-do-print): Require lpr.
---
 lisp/dired-aux.el |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/lisp/dired-aux.el b/lisp/dired-aux.el
index f7b2a5c..4dcb519 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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]