From: Richard M. Stallman Date: Tue, 9 Aug 2005 02:53:00 +0000 (+0000) Subject: (ada-procedure-start-regexp, ada-package-start-regexp): Add defvars. X-Git-Tag: emacs-pretest-22.0.90~7739 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=af4210a7e9aa050971e20c745d77ac3a18c73967;p=emacs.git (ada-procedure-start-regexp, ada-package-start-regexp): Add defvars. --- 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'."