X-Git-Url: https://cgit.sxemacs.org/?a=blobdiff_plain;f=lisp%2Fgmm-utils.el;h=640eb50a0229d76adf74838f8f1bdad08b1846c4;hb=660680f231d4dfc948038a554600e90c6a99dea2;hp=b44d3c08c4aa55fb0dc7b1a2b8960ff9788eef1a;hpb=524e94faf9db4206a60cf28a34ebb564a3f410d4;p=gnus diff --git a/lisp/gmm-utils.el b/lisp/gmm-utils.el index b44d3c08c..640eb50a0 100644 --- a/lisp/gmm-utils.el +++ b/lisp/gmm-utils.el @@ -28,8 +28,6 @@ ;;; Code: -(require 'wid-edit) - (defgroup gmm nil "Utility functions for Gnus, Message and MML." :prefix "gmm-" @@ -95,6 +93,10 @@ ARGS are passed to `message'." "Non-nil if SYMBOL is a widget." (get symbol 'widget-type)) +(autoload 'widget-create-child-value "wid-edit") +(autoload 'widget-convert "wid-edit") +(autoload 'widget-default-get "wid-edit") + ;; Copy of the `nnmail-lazy' code from `nnmail.el': (define-widget 'gmm-lazy 'default "Base widget for recursive datastructures.