diff options
| -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." | |||
| 312 | (ff-find-the-other-file in-other-window) | 312 | (ff-find-the-other-file in-other-window) |
| 313 | (setq ff-ignore-include ignore))) | 313 | (setq ff-ignore-include ignore))) |
| 314 | 314 | ||
| 315 | ;;;### | 315 | ;;;###autoload |
| 316 | (defalias 'ff-find-related-file 'ff-find-other-file) | 316 | (defalias 'ff-find-related-file 'ff-find-other-file) |
| 317 | 317 | ||
| 318 | ;;;###autoload | 318 | ;;;###autoload |