mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-04 02:51:31 -08:00
(lisp-imenu-generic-expression):
Recognize define-skeleton as a function definer.
This commit is contained in:
parent
41b3e67c3f
commit
00a90f4253
1 changed files with 1 additions and 1 deletions
|
|
@ -83,7 +83,7 @@
|
||||||
(defvar lisp-imenu-generic-expression
|
(defvar lisp-imenu-generic-expression
|
||||||
'(
|
'(
|
||||||
(nil
|
(nil
|
||||||
"^\\s-*(def\\(un\\|subst\\|macro\\|advice\\)\\s-+\\([-A-Za-z0-9+*|:/]+\\)" 2)
|
"^\\s-*(def\\(un\\|subst\\|macro\\|advice\\|ine-skeleton\\)\\s-+\\([-A-Za-z0-9+*|:/]+\\)" 2)
|
||||||
("Variables"
|
("Variables"
|
||||||
"^\\s-*(def\\(var\\|const\\|custom\\)\\s-+\\([-A-Za-z0-9+*|:/]+\\)" 2)
|
"^\\s-*(def\\(var\\|const\\|custom\\)\\s-+\\([-A-Za-z0-9+*|:/]+\\)" 2)
|
||||||
("Types"
|
("Types"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue