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:
parent
2f0b74ea0c
commit
238b647ae3
@ -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]")
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user