diff options
| author | Dave Love | 1999-10-18 21:20:22 +0000 |
|---|---|---|
| committer | Dave Love | 1999-10-18 21:20:22 +0000 |
| commit | 238b647ae3b4f5ad922c47adff00da133d5a9ca2 (patch) | |
| tree | a151dcf7737bf7e220a8c67ed4c4a82d6ab17a45 | |
| parent | 2f0b74ea0c2ae5609a5cb9722593c3d2b9829382 (diff) | |
| download | emacs-238b647ae3b4f5ad922c47adff00da133d5a9ca2.tar.gz emacs-238b647ae3b4f5ad922c47adff00da133d5a9ca2.zip | |
(picture-killed-rectangle): Use defvar, not defconst.
| -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'." | |||
| 448 | 448 | ||
| 449 | ;; Picture Rectangles | 449 | ;; Picture Rectangles |
| 450 | 450 | ||
| 451 | (defconst picture-killed-rectangle nil | 451 | (defvar picture-killed-rectangle nil |
| 452 | "Rectangle killed or copied by \\[picture-clear-rectangle] in Picture mode. | 452 | "Rectangle killed or copied by \\[picture-clear-rectangle] in Picture mode. |
| 453 | The contents can be retrieved by \\[picture-yank-rectangle]") | 453 | The contents can be retrieved by \\[picture-yank-rectangle]") |
| 454 | 454 | ||