From 0af8ad28d36c002cab9c28d00beecc8c3dcf81f4 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sat, 26 Oct 2002 22:35:16 +0000 Subject: [PATCH] (ff-find-related-file): Fix autoload cookie. --- lisp/find-file.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5