Function: gnus-binary-show-article

gnus-binary-show-article is an interactive and byte-compiled function defined in gnus-salt.el.gz.

Signature

(gnus-binary-show-article &optional ARG)

Documentation

Bypass the binary functions and show the article.

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/gnus/gnus-salt.el.gz
(defun gnus-binary-show-article (&optional arg)
  "Bypass the binary functions and show the article."
  (interactive "P")
  (let (gnus-summary-display-article-function)
    (gnus-summary-show-article arg)))