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
2137e978
Commit
2137e978
authored
Dec 02, 2001
by
Stefan Monnier
Browse files
(picture-mode-map): Don't use defconst for a variable.
parent
656f46bb
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
lisp/textmodes/picture.el
lisp/textmodes/picture.el
+2
-2
No files found.
lisp/textmodes/picture.el
View file @
2137e978
...
...
@@ -573,7 +573,7 @@ Leaves the region surrounding the rectangle."
;; Picture Keymap, entry and exit points.
(def
const
picture-mode-map nil)
(def
var
picture-mode-map nil)
(defun picture-substitute (oldfun newfun)
(substitute-key-definition oldfun newfun picture-mode-map global-map))
...
...
@@ -724,7 +724,7 @@ they are not defaultly assigned to keys."
(defalias 'edit-picture 'picture-mode)
(defun picture-mode-exit (&optional nostrip)
"
Undo
picture-mode
and
return
to
previous
major
mode.
"
Undo
`
picture-mode
'
and
return
to
previous
major
mode.
With
no
argument
strips
whitespace
from
end
of
every
line
in
Picture
buffer
otherwise
just
return
to
previous
mode.
"
(interactive "
P
")
...
...
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