diff options
| -rw-r--r-- | lisp/lpr.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/lpr.el b/lisp/lpr.el index e8967db12a0..1f4ec62dfc1 100644 --- a/lisp/lpr.el +++ b/lisp/lpr.el @@ -24,11 +24,11 @@ ;;; Code: ;;;###autoload -(defconst lpr-switches nil +(defvar lpr-switches nil "*List of strings to pass as extra switch args to lpr when it is invoked.") ;;;###autoload -(defconst lpr-command +(defvar lpr-command (if (memq system-type '(usg-unix-v dgux-unix hpux silicon-graphics-unix)) "lp" "lpr") "*Shell command for printing a file") |
