# HG changeset patch # User Richard M. Stallman # Date 911501015 0 # Node ID 1e1e575a2c44699ef7e66994395af0275a409dbb # Parent a1b85478a209215abb1c29f2e967df96f488b250 (find-function-regexp): Handle skeletons. diff -r a1b85478a209 -r 1e1e575a2c44 lisp/emacs-lisp/find-func.el --- 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',