diff options
author | Dave Love <fx@gnu.org> | 1999-10-18 21:20:22 +0000 |
---|---|---|
committer | Dave Love <fx@gnu.org> | 1999-10-18 21:20:22 +0000 |
commit | 238b647ae3b4f5ad922c47adff00da133d5a9ca2 (patch) | |
tree | a151dcf7737bf7e220a8c67ed4c4a82d6ab17a45 /lisp/textmodes/picture.el | |
parent | 2f0b74ea0c2ae5609a5cb9722593c3d2b9829382 (diff) | |
download | emacs-238b647ae3b4f5ad922c47adff00da133d5a9ca2.tar.gz emacs-238b647ae3b4f5ad922c47adff00da133d5a9ca2.tar.bz2 emacs-238b647ae3b4f5ad922c47adff00da133d5a9ca2.zip |
(picture-killed-rectangle): Use defvar, not defconst.
Diffstat (limited to 'lisp/textmodes/picture.el')
-rw-r--r-- | lisp/textmodes/picture.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/textmodes/picture.el b/lisp/textmodes/picture.el index 55b4a4df5cc..1c6fb384063 100644 --- a/lisp/textmodes/picture.el +++ b/lisp/textmodes/picture.el @@ -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]") |