From af4210a7e9aa050971e20c745d77ac3a18c73967 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Tue, 9 Aug 2005 02:53:00 +0000 Subject: [PATCH] (ada-procedure-start-regexp, ada-package-start-regexp): Add defvars. --- lisp/find-file.el | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lisp/find-file.el b/lisp/find-file.el index b66a5f6de02..db03adce29f 100644 --- a/lisp/find-file.el +++ b/lisp/find-file.el @@ -944,6 +944,9 @@ and the name of the file passed in." ;; bind with (setq ff-pre-load-hook 'ff-which-function-are-we-in) ;; +(defvar ada-procedure-start-regexp) +(defvar ada-package-start-regexp) + (defun ff-which-function-are-we-in () "Return the name of the function whose definition/declaration point is in. Also remember that name in `ff-function-name'." -- 2.39.2