# HG changeset patch # User Richard M. Stallman # Date 1034558716 0 # Node ID 621b10466c9ae14fc7a0c42eff6b255fbf87e390 # Parent f15b9906481dc5272fb5c144653277ca69552884 (ff-related-file-alist): New alias. (ff-find-related-file): New alias. diff -r f15b9906481d -r 621b10466c9a lisp/find-file.el --- a/lisp/find-file.el Mon Oct 14 01:24:15 2002 +0000 +++ b/lisp/find-file.el Mon Oct 14 01:25:16 2002 +0000 @@ -202,6 +202,7 @@ 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. @@ -311,6 +312,9 @@ (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.