]> git.eshelyaron.com Git - emacs.git/commitdiff
(ff-find-related-file): Fix autoload cookie.
authorRichard M. Stallman <rms@gnu.org>
Sat, 26 Oct 2002 22:35:16 +0000 (22:35 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sat, 26 Oct 2002 22:35:16 +0000 (22:35 +0000)
lisp/find-file.el

index 79ff1a6ab47a9e2a1f8d3d45ee058366bba14949..b4db74da7561f9846324c6eaa7f7e4684f451773 100644 (file)
@@ -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