Mercurial > emacs
comparison lisp/emacs-lisp/lisp-mode.el @ 33238:b5c06c30c15f
(lisp-imenu-generic-expression): Match
defun*.
author | Dave Love <fx@gnu.org> |
---|---|
date | Mon, 06 Nov 2000 12:28:33 +0000 |
parents | a6eff9b566ae |
children | 09da172d93be |
comparison
equal
deleted
inserted
replaced
33237:a5f4fa084c24 | 33238:b5c06c30c15f |
---|---|
81 (define-abbrev-table 'lisp-mode-abbrev-table ()) | 81 (define-abbrev-table 'lisp-mode-abbrev-table ()) |
82 | 82 |
83 (defvar lisp-imenu-generic-expression | 83 (defvar lisp-imenu-generic-expression |
84 (list | 84 (list |
85 (list nil | 85 (list nil |
86 (purecopy "^\\s-*(def\\(un\\|subst\\|macro\\|advice\\|\ | 86 (purecopy "^\\s-*(def\\(un\\*?\\|subst\\|macro\\|advice\\|\ |
87 ine-skeleton\\|ine-minor-mode\\)\\s-+\\(\\sw\\(\\sw\\|\\s_\\)+\\)") 2) | 87 ine-skeleton\\|ine-minor-mode\\)\\s-+\\(\\sw\\(\\sw\\|\\s_\\)+\\)") 2) |
88 (list (purecopy "Variables") | 88 (list (purecopy "Variables") |
89 (purecopy "^\\s-*(def\\(var\\|const\\|custom\\)\\s-+\ | 89 (purecopy "^\\s-*(def\\(var\\|const\\|custom\\)\\s-+\ |
90 \\(\\sw\\(\\sw\\|\\s_\\)+\\)") 2) | 90 \\(\\sw\\(\\sw\\|\\s_\\)+\\)") 2) |
91 (list (purecopy "Types") | 91 (list (purecopy "Types") |