changeset 47860:621b10466c9a

(ff-related-file-alist): New alias. (ff-find-related-file): New alias.
author Richard M. Stallman <rms@gnu.org>
date Mon, 14 Oct 2002 01:25:16 +0000
parents f15b9906481d
children 1a9d2889f455
files lisp/find-file.el
diffstat 1 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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.