summaryrefslogtreecommitdiff
path: root/lisp/lpr.el
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1992-09-01 20:07:45 +0000
committerRichard M. Stallman <rms@gnu.org>1992-09-01 20:07:45 +0000
commitd2dcb3f56c44102963ead6cc94f3c938b3735d22 (patch)
treea11bb0bdc0356a0ee5c31a8dcfd60d8174314cca /lisp/lpr.el
parente889b348a48e764a772d738ed47fa0cb73f30751 (diff)
downloademacs-d2dcb3f56c44102963ead6cc94f3c938b3735d22.tar.gz
entered into RCS
Diffstat (limited to 'lisp/lpr.el')
-rw-r--r--lisp/lpr.el6
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/lpr.el b/lisp/lpr.el
index 52f5abc5220..f15a10b7a40 100644
--- a/lisp/lpr.el
+++ b/lisp/lpr.el
@@ -27,9 +27,9 @@
(defconst lpr-switches nil "\
*List of strings to pass as extra switch args to lpr when it is invoked.")
-(defvar lpr-command (if (eq system-type 'usg-unix-v)
- "lp" "lpr")
- "*Shell command for printing a file")
+;;;###autoload
+(defconst lpr-command (if (eq system-type 'usg-unix-v) "lp" "lpr") "\
+*Shell command for printing a file")
(defvar print-region-function nil
"Function to call to print the region on a printer.