]> git.eshelyaron.com Git - emacs.git/commitdiff
(find-function-regexp): Handle skeletons.
authorRichard M. Stallman <rms@gnu.org>
Thu, 19 Nov 1998 18:43:35 +0000 (18:43 +0000)
committerRichard M. Stallman <rms@gnu.org>
Thu, 19 Nov 1998 18:43:35 +0000 (18:43 +0000)
lisp/emacs-lisp/find-func.el

index dbe6b6a672d84e3531bd7eda117d773f39e0a230..3cc417258e002233d8c5e2189f859adf09e01efb 100644 (file)
@@ -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',