mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-18 11:50:38 -08:00
(picture-vertical-step)
(picture-horizontal-step): Don't use defconst for variables.
This commit is contained in:
parent
5829a569ec
commit
99b3bc616b
1 changed files with 2 additions and 2 deletions
|
|
@ -130,10 +130,10 @@ With argument, move that many lines."
|
||||||
(if (> current-column picture-desired-column)
|
(if (> current-column picture-desired-column)
|
||||||
(forward-char -1))))
|
(forward-char -1))))
|
||||||
|
|
||||||
(defconst picture-vertical-step 0
|
(defvar picture-vertical-step 0
|
||||||
"Amount to move vertically after text character in Picture mode.")
|
"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.")
|
"Amount to move horizontally after text character in Picture mode.")
|
||||||
|
|
||||||
(defun picture-move-up (arg)
|
(defun picture-move-up (arg)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue