]> code.delx.au - gnu-emacs/blobdiff - lisp/find-file.el
(rmail-current-message, rmail-inbox-list): Add defvars.
[gnu-emacs] / 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'."