Mercurial > emacs
changeset 41771:66882a00d38d
(picture-mode-map): Don't use defconst for a variable.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Sun, 02 Dec 2001 07:06:43 +0000 |
parents | 4ffb8694cd41 |
children | 647a7868ae38 |
files | lisp/textmodes/picture.el |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/textmodes/picture.el Sun Dec 02 05:10:41 2001 +0000 +++ b/lisp/textmodes/picture.el Sun Dec 02 07:06:43 2001 +0000 @@ -573,7 +573,7 @@ ;; 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 @@ (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")