Function: gnus-delete-wash-type
gnus-delete-wash-type is a byte-compiled function defined in
gnus-art.el.gz.
Signature
(gnus-delete-wash-type TYPE)
Documentation
Add a washing of TYPE to the current status.
Source Code
;; Defined in /usr/src/emacs/lisp/gnus/gnus-art.el.gz
(defun gnus-delete-wash-type (type)
"Add a washing of TYPE to the current status."
(setq gnus-article-wash-types (delq type gnus-article-wash-types)))