Mercurial > emacs
changeset 41302:65b9b5655f50
(picture-vertical-step)
(picture-horizontal-step): Don't use defconst for variables.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Mon, 19 Nov 2001 23:45:15 +0000 |
parents | f13ec83c07b9 |
children | ada5571dc737 |
files | lisp/textmodes/picture.el |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/textmodes/picture.el Mon Nov 19 23:44:14 2001 +0000 +++ b/lisp/textmodes/picture.el Mon Nov 19 23:45:15 2001 +0000 @@ -130,10 +130,10 @@ (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)