diff options
| author | Richard M. Stallman <rms@gnu.org> | 2005-08-09 02:53:00 +0000 |
|---|---|---|
| committer | Richard M. Stallman <rms@gnu.org> | 2005-08-09 02:53:00 +0000 |
| commit | af4210a7e9aa050971e20c745d77ac3a18c73967 (patch) | |
| tree | 45a8d1baf529436fee140f8c98547a60c58dd139 | |
| parent | d3c1cf729fa76099983df6dd72734a08f9692535 (diff) | |
| download | emacs-af4210a7e9aa050971e20c745d77ac3a18c73967.tar.gz | |
(ada-procedure-start-regexp, ada-package-start-regexp): Add defvars.
| -rw-r--r-- | lisp/find-file.el | 3 |
1 files changed, 3 insertions, 0 deletions
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'." |
