comparison lisp/gnus/gmm-utils.el @ 83652:5b644ae74c91

Merge from emacs--devo--0 Patches applied: * emacs--devo--0 (patch 846-851) - Update from CVS - Merge from emacs--rel--22 * emacs--rel--22 (patch 88-92) - Update from CVS - Merge from gnus--rel--5.10 * gnus--rel--5.10 (patch 242-244) - Update from CVS Revision: emacs@sv.gnu.org/emacs--multi-tty--0--patch-31
author Miles Bader <miles@gnu.org>
date Mon, 13 Aug 2007 13:51:08 +0000
parents f0a07da7dd45
children 1cb31606209f a3c27999decb
comparison
equal deleted inserted replaced
83651:47230f3f349b 83652:5b644ae74c91
77 (sit-for duration)))) 77 (sit-for duration))))
78 nil) 78 nil)
79 79
80 ;;;###autoload 80 ;;;###autoload
81 (defun gmm-widget-p (symbol) 81 (defun gmm-widget-p (symbol)
82 "Non-nil iff SYMBOL is a widget." 82 "Non-nil if SYMBOL is a widget."
83 (get symbol 'widget-type)) 83 (get symbol 'widget-type))
84 84
85 ;; Copy of the `nnmail-lazy' code from `nnmail.el': 85 ;; Copy of the `nnmail-lazy' code from `nnmail.el':
86 (define-widget 'gmm-lazy 'default 86 (define-widget 'gmm-lazy 'default
87 "Base widget for recursive datastructures. 87 "Base widget for recursive datastructures.