* lpr.el (lpr-switches, lpr-command): Make these defvars, not
authorJim Blandy <jimb@redhat.com>
Sat, 12 Dec 1992 15:21:21 +0000 (15:21 +0000)
committerJim Blandy <jimb@redhat.com>
Sat, 12 Dec 1992 15:21:21 +0000 (15:21 +0000)
defconsts.

lisp/lpr.el

index e8967db..1f4ec62 100644 (file)
 ;;; 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")