(ff-find-related-file): New alias.
etc. and an associated method for extracting the filename from that
construct.")
+(defvaralias 'ff-related-file-alist 'ff-other-file-alist)
(defcustom ff-other-file-alist 'cc-other-file-alist
"*Alist of extensions to find given the current file's extension.
(ff-find-the-other-file in-other-window)
(setq ff-ignore-include ignore)))
+;;;###
+(defalias 'ff-find-related-file 'ff-find-other-file)
+
;;;###autoload
(defun ff-find-other-file (&optional in-other-window ignore-include)
"Find the header or source file corresponding to this file.