]> git.eshelyaron.com Git - emacs.git/commitdiff
(picture-mode-map): Don't use defconst for a variable.
authorStefan Monnier <monnier@iro.umontreal.ca>
Sun, 2 Dec 2001 07:06:43 +0000 (07:06 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Sun, 2 Dec 2001 07:06:43 +0000 (07:06 +0000)
lisp/textmodes/picture.el

index 7e36fc58ec3adedeb599f81c210bca9819220dbb..dc47a89dedb6028fedc81fa26a7d92e130e8416f 100644 (file)
@@ -573,7 +573,7 @@ Leaves the region surrounding the rectangle."
 \f
 ;; Picture Keymap, entry and exit points.
 
-(defconst picture-mode-map nil)
+(defvar 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")