mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
Make find-function-regexp also find cl-defun/defmethod
* lisp/emacs-lisp/find-func.el (find-function-regexp): Also find cl-defun and cl-defmethod (bug#54343).
This commit is contained in:
parent
139042eb86
commit
84f59f7585
1 changed files with 1 additions and 0 deletions
|
|
@ -61,6 +61,7 @@
|
|||
"^\\s-*(\\(def\\(ine-skeleton\\|ine-generic-mode\\|ine-derived-mode\\|\
|
||||
ine\\(?:-global\\)?-minor-mode\\|ine-compilation-mode\\|un-cvs-mode\\|\
|
||||
foo\\|\\(?:[^icfgv]\\|g[^r]\\)\\(\\w\\|\\s_\\)+\\*?\\)\\|easy-mmode-define-[a-z-]+\\|easy-menu-define\\|\
|
||||
cl-\\(?:defun\\|defmethod\\)\\|\
|
||||
menu-bar-make-toggle\\|menu-bar-make-toggle-command\\)"
|
||||
find-function-space-re
|
||||
"\\('\\|(quote \\)?%s\\(\\s-\\|$\\|[()]\\)")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue