From 238b647ae3b4f5ad922c47adff00da133d5a9ca2 Mon Sep 17 00:00:00 2001 From: Dave Love Date: Mon, 18 Oct 1999 21:20:22 +0000 Subject: [PATCH] (picture-killed-rectangle): Use defvar, not defconst. --- lisp/textmodes/picture.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]") -- 2.39.5