`widget-convert-button', `widget-create' and `widget-put';
ignore `defface'.
+2001-05-16 Katsumi Yamaoka <yamaoka@jpl.org>
+
+ * lisp/dgnushack.el (dgnushack-bind-colon-keywords): Don't ignore
+ `widget-convert-button', `widget-create' and `widget-put'; ignore
+ `defface'.
+
2001-05-14 Katsumi Yamaoka <yamaoka@jpl.org>
* lisp/gnus.el: Require `base64' if `base64-encode-string' is not a
(while form
(setq elem (pop form))
(unless (memq (car-safe elem)
- '(\` backquote defcustom defgroup
- define-widget quote
- widget-convert-button
- widget-create widget-put))
+ '(\` backquote
+ defcustom defface defgroup
+ define-widget quote))
(while (consp elem)
(push (car elem) form)
(setq elem (cdr elem)))