(find-function-regexp): Add defun-emitting macro `menu-bar-make-toggle'.
This commit is contained in:
parent
7f55d3b755
commit
fe3947c39d
2 changed files with 18 additions and 1 deletions
|
@ -63,7 +63,8 @@
|
|||
(concat
|
||||
"^\\s-*(\\(def\\(ine-skeleton\\|ine-generic-mode\\|ine-derived-mode\\|\
|
||||
ine-minor-mode\\|un-cvs-mode\\|foo\\|[^cfgv]\\w+\\*?\\)\
|
||||
\\|easy-mmode-define-global-mode\\)" find-function-space-re
|
||||
\\|easy-mmode-define-global-mode\\|menu-bar-make-toggle\\)"
|
||||
find-function-space-re
|
||||
"\\('\\|\(quote \\)?%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'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue