diff options
Diffstat (limited to 'lisp/textmodes/picture.el')
-rw-r--r-- | lisp/textmodes/picture.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/textmodes/picture.el b/lisp/textmodes/picture.el index a0864a79c0f..f1808c2ec7c 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. |