X-Git-Url: https://cgit.sxemacs.org/?p=gnus;a=blobdiff_plain;f=lisp%2Fgmm-utils.el;h=533d9a951b5e0b30a723aae2ed630b07eedb1541;hp=b44d3c08c4aa55fb0dc7b1a2b8960ff9788eef1a;hb=c9a393eeb329a99695566342a9f03b8a30000898;hpb=9a8731d6dea8021a10dec1b42f382609336a9aa9 diff --git a/lisp/gmm-utils.el b/lisp/gmm-utils.el index b44d3c08c..533d9a951 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. @@ -431,5 +433,4 @@ coding-system." (provide 'gmm-utils) -;; arch-tag: e0b60920-2ce6-40c1-bfc0-cadbbe26b602 ;;; gmm-utils.el ends here