From: Dave Love Date: Thu, 2 Nov 2000 17:42:10 +0000 (+0000) Subject: (find-variable-regexp): Avoid defgroup. X-Git-Tag: emacs-pretest-21.0.90~350 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=f35a761820c8494c0bc9c9b5ef8695792ec8ce4a;p=emacs.git (find-variable-regexp): Avoid defgroup. --- diff --git a/lisp/emacs-lisp/find-func.el b/lisp/emacs-lisp/find-func.el index c4da0ce5017..60966d33e8b 100644 --- a/lisp/emacs-lisp/find-func.el +++ b/lisp/emacs-lisp/find-func.el @@ -72,10 +72,10 @@ Please send improvements and fixes to the maintainer." :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