(picture-killed-rectangle): Use defvar, not defconst.
This commit is contained in:
parent
2f0b74ea0c
commit
238b647ae3
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue