changeset 64796:023827894687

(ada-procedure-start-regexp, ada-package-start-regexp): Add defvars.
author Richard M. Stallman <rms@gnu.org>
date Tue, 09 Aug 2005 02:53:00 +0000
parents 153c52bc9ad4
children c0d8adac2bfe
files lisp/find-file.el
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/find-file.el	Tue Aug 09 02:52:39 2005 +0000
+++ b/lisp/find-file.el	Tue Aug 09 02:53:00 2005 +0000
@@ -944,6 +944,9 @@
 
 ;; 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'."