comparison lisp/find-file.el @ 48009:8b3977d58df6

(ff-find-related-file): Fix autoload cookie.
author Richard M. Stallman <rms@gnu.org>
date Sat, 26 Oct 2002 22:35:16 +0000
parents 621b10466c9a
children 37645a051842
comparison
equal deleted inserted replaced
48008:54e6db99ee89 48009:8b3977d58df6
310 (let ((ignore ff-ignore-include)) 310 (let ((ignore ff-ignore-include))
311 (setq ff-ignore-include t) 311 (setq ff-ignore-include t)
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
319 (defun ff-find-other-file (&optional in-other-window ignore-include) 319 (defun ff-find-other-file (&optional in-other-window ignore-include)
320 "Find the header or source file corresponding to this file. 320 "Find the header or source file corresponding to this file.