Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
238b647a
Commit
238b647a
authored
Oct 18, 1999
by
Dave Love
Browse files
(picture-killed-rectangle): Use defvar, not defconst.
parent
2f0b74ea
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
lisp/textmodes/picture.el
lisp/textmodes/picture.el
+1
-1
No files found.
lisp/textmodes/picture.el
View file @
238b647a
...
...
@@ -448,7 +448,7 @@ See also documentation for variable `picture-tab-chars'."
;; Picture Rectangles
(def
const
picture-killed-rectangle nil
(def
var
picture-killed-rectangle nil
"
Rectangle
killed
or
copied
by
\\[picture-clear-rectangle]
in
Picture
mode.
The
contents
can
be
retrieved
by
\\[picture-yank-rectangle]
")
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment