diff options
author | Glenn Morris <rgm@gnu.org> | 2013-11-13 18:43:55 -0800 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2013-11-13 18:43:55 -0800 |
commit | e3d71abf441c0c8c4685de2b2c1bce51004bda97 (patch) | |
tree | 585ffd7f03de303123e01a838c746d935c23bcf0 /lisp/allout-widgets.el | |
parent | 2cf00efc1b0db0ddc26fa14239026dd2d12c7d59 (diff) | |
download | emacs-e3d71abf441c0c8c4685de2b2c1bce51004bda97.tar.gz |
* lisp/allout-widgets.el (allout-widgets): No need to autoload defgroup.
Diffstat (limited to 'lisp/allout-widgets.el')
-rw-r--r-- | lisp/allout-widgets.el | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lisp/allout-widgets.el b/lisp/allout-widgets.el index 1c76156b91a..8bc3eb5a979 100644 --- a/lisp/allout-widgets.el +++ b/lisp/allout-widgets.el @@ -90,7 +90,6 @@ ;;;_ : USER CUSTOMIZATION VARIABLES and incidental functions: ;;;_ > defgroup allout-widgets -;;;###autoload (defgroup allout-widgets nil "Allout extension that highlights outline structure graphically. |