diff options
author | Richard M. Stallman <rms@gnu.org> | 2002-10-26 22:35:16 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 2002-10-26 22:35:16 +0000 |
commit | 0af8ad28d36c002cab9c28d00beecc8c3dcf81f4 (patch) | |
tree | a43428bc9c0c312f29cd1a2d8a507d14741be0ec /lisp/find-file.el | |
parent | 40e18430f501310102c97ed7a5f111d0459ae34c (diff) | |
download | emacs-0af8ad28d36c002cab9c28d00beecc8c3dcf81f4.tar.gz |
(ff-find-related-file): Fix autoload cookie.
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 |