diff options
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/textmodes/picture.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/textmodes/picture.el b/lisp/textmodes/picture.el index 4ed09fd1ff2..7e36fc58ec3 100644 --- a/lisp/textmodes/picture.el +++ b/lisp/textmodes/picture.el @@ -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) |