diff options
Diffstat (limited to 'lisp/find-file.el')
-rw-r--r-- | lisp/find-file.el | 2 |
1 files changed, 1 insertions, 1 deletions
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 |