# HG changeset patch # User Dave Love # Date 973186930 0 # Node ID 02b0153b79a70856f8302401e7b9e09f4edc5053 # Parent 8a5697d8ce26b8dbf28ccd2cc58cd45a6da444c3 (find-variable-regexp): Avoid defgroup. diff -r 8a5697d8ce26 -r 02b0153b79a7 lisp/emacs-lisp/find-func.el --- 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