aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/textmodes/picture.el
diff options
context:
space:
mode:
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.