]> git.eshelyaron.com Git - emacs.git/commitdiff
(ada-procedure-start-regexp, ada-package-start-regexp): Add defvars.
authorRichard M. Stallman <rms@gnu.org>
Tue, 9 Aug 2005 02:53:00 +0000 (02:53 +0000)
committerRichard M. Stallman <rms@gnu.org>
Tue, 9 Aug 2005 02:53:00 +0000 (02:53 +0000)
lisp/find-file.el

index b66a5f6de02fd999f5a0ebd324cf66b85d5ffffb..db03adce29fc4716ff51bf02bb91598a565277fa 100644 (file)
@@ -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'."