(picture-vertical-step)
authorStefan Monnier <monnier@iro.umontreal.ca>
Mon, 19 Nov 2001 23:45:15 +0000 (23:45 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Mon, 19 Nov 2001 23:45:15 +0000 (23:45 +0000)
(picture-horizontal-step): Don't use defconst for variables.

lisp/textmodes/picture.el

index 4ed09fd..7e36fc5 100644 (file)
@@ -130,10 +130,10 @@ With argument, move that many lines."
     (if (> current-column picture-desired-column)
        (forward-char -1))))
 
-(defconst picture-vertical-step 0
+(defvar picture-vertical-step 0
   "Amount to move vertically after text character in Picture mode.")
 
-(defconst picture-horizontal-step 1
+(defvar picture-horizontal-step 1
   "Amount to move horizontally after text character in Picture mode.")
 
 (defun picture-move-up (arg)