aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman1992-09-01 20:07:45 +0000
committerRichard M. Stallman1992-09-01 20:07:45 +0000
commit910476efc916689d4bb1880da552a4989d89e969 (patch)
treea14cc153618586b338f6adeca1df1dbe4eff8fb1
parentc382a89aa5e1e9119c6828d663497f0480482e08 (diff)
downloademacs-910476efc916689d4bb1880da552a4989d89e969.tar.gz
emacs-910476efc916689d4bb1880da552a4989d89e969.zip
entered into RCS
-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 @@
27(defconst lpr-switches nil "\ 27(defconst lpr-switches nil "\
28*List of strings to pass as extra switch args to lpr when it is invoked.") 28*List of strings to pass as extra switch args to lpr when it is invoked.")
29 29
30(defvar lpr-command (if (eq system-type 'usg-unix-v) 30;;;###autoload
31 "lp" "lpr") 31(defconst lpr-command (if (eq system-type 'usg-unix-v) "lp" "lpr") "\
32 "*Shell command for printing a file") 32*Shell command for printing a file")
33 33
34(defvar print-region-function nil 34(defvar print-region-function nil
35 "Function to call to print the region on a printer. 35 "Function to call to print the region on a printer.