Mercurial > emacs
changeset 33155:02b0153b79a7
(find-variable-regexp): Avoid defgroup.
author | Dave Love <fx@gnu.org> |
---|---|
date | Thu, 02 Nov 2000 17:42:10 +0000 |
parents | 8a5697d8ce26 |
children | e07128cd595f |
files | lisp/emacs-lisp/find-func.el |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/emacs-lisp/find-func.el Thu Nov 02 17:10:31 2000 +0000 +++ b/lisp/emacs-lisp/find-func.el Thu Nov 02 17:42:10 2000 +0000 @@ -72,10 +72,10 @@ :version "21.1") (defcustom find-variable-regexp - "^\\s-*(def[^uma]\\(\\w\\|\\s_\\)+\\*?\\s-+%s\\(\\s-\\|$\\)" + "^\\s-*(def[^umag]\\(\\w\\|\\s_\\)+\\*?\\s-+%s\\(\\s-\\|$\\)" "The regexp used by `find-variable' to search for a variable definition. It should match right up to the variable name. The default value -avoids `defun', `defmacro', `defalias', `defadvice'. +avoids `defun', `defmacro', `defalias', `defadvice', `defgroup'. Please send improvements and fixes to the maintainer." :type 'regexp