aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/textmodes/picture.el
diff options
context:
space:
mode:
authorEric S. Raymond <[email protected]>1993-04-23 06:51:44 +0000
committerEric S. Raymond <[email protected]>1993-04-23 06:51:44 +0000
commit31e1d9206b69676f624dd8ef2958afbbe6e32fd5 (patch)
tree14eaeb57d9fd60dcdf1f1e247854a39689e35e31 /lisp/textmodes/picture.el
parentf2a2c3d2e30b0b2acf404c80b53bb99c98920955 (diff)
All fsets changed to defaliases.
Diffstat (limited to 'lisp/textmodes/picture.el')
-rw-r--r--lisp/textmodes/picture.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/textmodes/picture.el b/lisp/textmodes/picture.el
index a0864a79c0..f1808c2ec7 100644
--- a/lisp/textmodes/picture.el
+++ b/lisp/textmodes/picture.el
@@ -548,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.