Mercurial > emacs
changeset 45190:9c3195b605f7
(find-function-search-for-symbol): Add autoload cookie.
(find-function-regexp): Include "\(quote " to match the defaliases in
loaddefs.el.
author | Markus Rost <rost@math.uni-bielefeld.de> |
---|---|
date | Wed, 08 May 2002 16:42:09 +0000 |
parents | 84b3e1c12ac7 |
children | 60dbe3b230eb |
files | lisp/emacs-lisp/find-func.el |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/emacs-lisp/find-func.el Wed May 08 16:38:56 2002 +0000 +++ b/lisp/emacs-lisp/find-func.el Wed May 08 16:42:09 2002 +0000 @@ -60,7 +60,7 @@ ;; (define-derived-mode foo ...), (define-minor-mode foo) "^\\s-*(\\(def\\(ine-skeleton\\|ine-generic-mode\\|ine-derived-mode\\|\ \[^cgv\W]\\w+\\*?\\)\\|define-minor-mode\ -\\|easy-mmode-define-global-mode\\)\\(\\s-\\|\n\\)+'?\ +\\|easy-mmode-define-global-mode\\)\\(\\s-\\|\n\\)+\\('\\|\(quote \\)?\ %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' @@ -108,6 +108,7 @@ ;;; Functions: +;;;###autoload (defun find-function-search-for-symbol (symbol variable-p library) "Search for SYMBOL. If VARIABLE-P is nil, `find-function-regexp' is used, otherwise