1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-29 19:48:19 +00:00

(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]")