diff options
| -rw-r--r-- | lisp/lpr.el | 6 |
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. |