Function: article-decode-HZ
article-decode-HZ is an interactive and byte-compiled function defined
in gnus-art.el.gz.
Signature
(article-decode-HZ)
Documentation
Translate a HZ-encoded article.
Key Bindings
Source Code
;; Defined in /usr/src/emacs/lisp/gnus/gnus-art.el.gz
(defun article-decode-HZ ()
"Translate a HZ-encoded article."
(interactive nil gnus-article-mode)
(require 'rfc1843)
(save-excursion
(let ((inhibit-read-only t))
(rfc1843-decode-region (point-min) (point-max)))))