diff lisp/lpr.el @ 1671:b2a50ea75eea

* lpr.el (lpr-switches, lpr-command): Make these defvars, not defconsts.
author Jim Blandy <jimb@redhat.com>
date Sat, 12 Dec 1992 15:21:21 +0000
parents 21e2defc55c0
children 10e417efb12a
line wrap: on
line diff
--- a/lisp/lpr.el	Sat Dec 12 15:19:13 1992 +0000
+++ b/lisp/lpr.el	Sat Dec 12 15:21:21 1992 +0000
@@ -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")