diff options
| -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." | |||
| 130 | (if (> current-column picture-desired-column) | 130 | (if (> current-column picture-desired-column) |
| 131 | (forward-char -1)))) | 131 | (forward-char -1)))) |
| 132 | 132 | ||
| 133 | (defconst picture-vertical-step 0 | 133 | (defvar picture-vertical-step 0 |
| 134 | "Amount to move vertically after text character in Picture mode.") | 134 | "Amount to move vertically after text character in Picture mode.") |
| 135 | 135 | ||
| 136 | (defconst picture-horizontal-step 1 | 136 | (defvar picture-horizontal-step 1 |
| 137 | "Amount to move horizontally after text character in Picture mode.") | 137 | "Amount to move horizontally after text character in Picture mode.") |
| 138 | 138 | ||
| 139 | (defun picture-move-up (arg) | 139 | (defun picture-move-up (arg) |