diff options
author | Dave Love <fx@gnu.org> | 2000-11-02 17:42:10 +0000 |
---|---|---|
committer | Dave Love <fx@gnu.org> | 2000-11-02 17:42:10 +0000 |
commit | f35a761820c8494c0bc9c9b5ef8695792ec8ce4a (patch) | |
tree | 1e775acb90614340d74e33052548b4a8e9eba62f /lisp/emacs-lisp | |
parent | 94821e4f02f6878998c7cf42d2aaa84c32826502 (diff) | |
download | emacs-f35a761820c8494c0bc9c9b5ef8695792ec8ce4a.tar.gz emacs-f35a761820c8494c0bc9c9b5ef8695792ec8ce4a.tar.bz2 emacs-f35a761820c8494c0bc9c9b5ef8695792ec8ce4a.zip |
(find-variable-regexp): Avoid defgroup.
Diffstat (limited to 'lisp/emacs-lisp')
-rw-r--r-- | lisp/emacs-lisp/find-func.el | 4 |
1 files changed, 2 insertions, 2 deletions
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 |