changeset 23737:1e1e575a2c44

(find-function-regexp): Handle skeletons.
author Richard M. Stallman <rms@gnu.org>
date Thu, 19 Nov 1998 18:43:35 +0000
parents a1b85478a209
children 2ef2813414b6
files lisp/emacs-lisp/find-func.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/emacs-lisp/find-func.el	Thu Nov 19 09:43:40 1998 +0000
+++ b/lisp/emacs-lisp/find-func.el	Thu Nov 19 18:43:35 1998 +0000
@@ -55,7 +55,7 @@
   :group 'lisp)
 
 (defcustom find-function-regexp
-  "^\\s-*(def[^cgv\W]\\w+\\*?\\s-+%s\\(\\s-\\|$\\)"
+  "^\\s-*(def\\(ine-skeleton\\|[^cgv\W]\\w+\\*?\\)\\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',