diff options
| -rw-r--r-- | 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 f7b2a5c53b3..4dcb519b039 100644 --- a/lisp/dired-aux.el +++ b/lisp/dired-aux.el | |||
| @@ -421,6 +421,7 @@ into the minibuffer." | |||
| 421 | Uses the shell command coming from variables `lpr-command' and | 421 | Uses 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) |