(find-function-regexp): Allow a ) or ( to end a function name.
This commit is contained in:
parent
8d6ebf2e8b
commit
848e837103
1 changed files with 1 additions and 1 deletions
|
@ -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',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue