# HG changeset patch # User Stefan Monnier # Date 1006213515 0 # Node ID 65b9b5655f500dae29ce420f08af9b2effef57d3 # Parent f13ec83c07b9e588094d487f221ba3728c3452d7 (picture-vertical-step) (picture-horizontal-step): Don't use defconst for variables. diff -r f13ec83c07b9 -r 65b9b5655f50 lisp/textmodes/picture.el --- 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)