(picture-killed-rectangle): Use defvar, not defconst.

This commit is contained in:
Dave Love 1999-10-18 21:20:22 +00:00
parent 2f0b74ea0c
commit 238b647ae3

View file

@ -448,7 +448,7 @@ See also documentation for variable `picture-tab-chars'."
;; Picture Rectangles
(defconst picture-killed-rectangle nil
(defvar picture-killed-rectangle nil
"Rectangle killed or copied by \\[picture-clear-rectangle] in Picture mode.
The contents can be retrieved by \\[picture-yank-rectangle]")