/[emacs]/emacs/lisp/textmodes/picture.el
ViewVC logotype

Diff of /emacs/lisp/textmodes/picture.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.36 by monnier, Mon Nov 19 23:45:15 2001 UTC revision 1.37 by monnier, Sun Dec 2 07:06:43 2001 UTC
# Line 573  Leaves the region surrounding the rectan Line 573  Leaves the region surrounding the rectan
573    
574  ;; Picture Keymap, entry and exit points.  ;; Picture Keymap, entry and exit points.
575    
576  (defconst picture-mode-map nil)  (defvar picture-mode-map nil)
577    
578  (defun picture-substitute (oldfun newfun)  (defun picture-substitute (oldfun newfun)
579    (substitute-key-definition oldfun newfun picture-mode-map global-map))    (substitute-key-definition oldfun newfun picture-mode-map global-map))
# Line 724  they are not defaultly assigned to keys. Line 724  they are not defaultly assigned to keys.
724  (defalias 'edit-picture 'picture-mode)  (defalias 'edit-picture 'picture-mode)
725    
726  (defun picture-mode-exit (&optional nostrip)  (defun picture-mode-exit (&optional nostrip)
727    "Undo picture-mode and return to previous major mode.    "Undo `picture-mode' and return to previous major mode.
728  With no argument strips whitespace from end of every line in Picture buffer  With no argument strips whitespace from end of every line in Picture buffer
729    otherwise just return to previous mode."    otherwise just return to previous mode."
730    (interactive "P")    (interactive "P")

Legend:
Removed from v.1.36  
changed lines
  Added in v.1.37

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26