Mercurial > emacs
changeset 26078:1dfff19134ab
(picture-killed-rectangle): Use defvar, not defconst.
author | Dave Love <fx@gnu.org> |
---|---|
date | Mon, 18 Oct 1999 21:20:22 +0000 |
parents | 589926bf1a57 |
children | bc18b027a049 |
files | lisp/textmodes/picture.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/textmodes/picture.el Mon Oct 18 18:15:25 1999 +0000 +++ b/lisp/textmodes/picture.el Mon Oct 18 21:20:22 1999 +0000 @@ -448,7 +448,7 @@ ;; 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]")