From: Richard M. Stallman Date: Sat, 26 Oct 2002 22:35:16 +0000 (+0000) Subject: (ff-find-related-file): Fix autoload cookie. X-Git-Tag: ttn-vms-21-2-B4~12718 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=0af8ad28d36c002cab9c28d00beecc8c3dcf81f4;p=emacs.git (ff-find-related-file): Fix autoload cookie. --- diff --git a/lisp/find-file.el b/lisp/find-file.el index 79ff1a6ab47..b4db74da756 100644 --- a/lisp/find-file.el +++ b/lisp/find-file.el @@ -312,7 +312,7 @@ If optional IN-OTHER-WINDOW is non-nil, find the file in another window." (ff-find-the-other-file in-other-window) (setq ff-ignore-include ignore))) -;;;### +;;;###autoload (defalias 'ff-find-related-file 'ff-find-other-file) ;;;###autoload