emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/textmodes/picture.el


From: Stefan Monnier
Subject: [Emacs-diffs] Changes to emacs/lisp/textmodes/picture.el
Date: Sun, 02 Dec 2001 02:06:43 -0500

Index: emacs/lisp/textmodes/picture.el
diff -c emacs/lisp/textmodes/picture.el:1.36 
emacs/lisp/textmodes/picture.el:1.37
*** emacs/lisp/textmodes/picture.el:1.36        Mon Nov 19 18:45:15 2001
--- emacs/lisp/textmodes/picture.el     Sun Dec  2 02:06:43 2001
***************
*** 573,579 ****
  
  ;; Picture Keymap, entry and exit points.
  
! (defconst picture-mode-map nil)
  
  (defun picture-substitute (oldfun newfun)
    (substitute-key-definition oldfun newfun picture-mode-map global-map))
--- 573,579 ----
  
  ;; Picture Keymap, entry and exit points.
  
! (defvar picture-mode-map nil)
  
  (defun picture-substitute (oldfun newfun)
    (substitute-key-definition oldfun newfun picture-mode-map global-map))
***************
*** 724,730 ****
  (defalias 'edit-picture 'picture-mode)
  
  (defun picture-mode-exit (&optional nostrip)
!   "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")
--- 724,730 ----
  (defalias 'edit-picture 'picture-mode)
  
  (defun picture-mode-exit (&optional nostrip)
!   "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")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]