Mercurial > emacs
changeset 25424:93dbc4684ddf
(find-function-regexp): Allow a ) or ( to end a function name.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sun, 29 Aug 1999 18:15:29 +0000 |
parents | 13cf664a0de9 |
children | f85f374e5395 |
files | lisp/emacs-lisp/find-func.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/emacs-lisp/find-func.el Sun Aug 29 15:20:45 1999 +0000 +++ b/lisp/emacs-lisp/find-func.el Sun Aug 29 18:15:29 1999 +0000 @@ -60,7 +60,7 @@ ;; (define-derived-mode foo ...), (easy-mmode-define-minor-mode foo) "^\\s-*(\\(def\\(ine-skeleton\\|ine-generic-mode\\|ine-derived-mode\\|\ \[^cgv\W]\\w+\\*?\\)\\|easy-mmode-define-minor-mode\\)\\s-+'?\ -%s\\(\\s-\\|$\\)" +%s\\(\\s-\\|$\\|\(\\|\)\\)" "The regexp used by `find-function' to search for a function definition. Note it must contain a `%s' at the place where `format' should insert the function name. The default value avoids `defconst',