]> code.delx.au - gnu-emacs/blobdiff - lisp/textmodes/picture.el
All fsets changed to defaliases.
[gnu-emacs] / lisp / textmodes / picture.el
index 622269bec1b2ce95df53a931f5f395a0e8b2bcf2..f1808c2ec7cd75a945299549bbe2811e9c003f07 100644 (file)
 ;; along with GNU Emacs; see the file COPYING.  If not, write to
 ;; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
 
+;;; Commentary:
+
+;; This code provides the picture-mode commands documented in the Emacs 
+;; manual.  The screen is treated as a semi-infinite quarter-plane with
+;; support for rectangle operations and `etch-a-sketch' character
+;; insertion in any of eight directions.
+
 ;;; Code:
 
 (defun move-to-column-force (column)
@@ -541,7 +548,7 @@ they are not defaultly assigned to keys."
      picture-mode-old-mode-name)))
 
 ;;;###autoload
-(fset 'picture-mode 'edit-picture)
+(defalias 'picture-mode 'edit-picture)
 
 (defun picture-mode-exit (&optional nostrip)
   "Undo edit-picture and return to previous major mode.