changeset 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 174817d23858
children ecf43116a845
files lisp/lpr.el
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
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")