Function: gnus-uu-decode-postscript

gnus-uu-decode-postscript is an autoloaded, interactive and byte-compiled function defined in gnus-uu.el.gz.

Signature

(gnus-uu-decode-postscript &optional N)

Documentation

Gets PostScript of the current article.

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/gnus/gnus-uu.el.gz
;; All PostScript functions written by Erik Selberg <speed@cs.washington.edu>.

(defun gnus-uu-decode-postscript (&optional n)
  "Gets PostScript of the current article."
  (interactive "P" gnus-article-mode gnus-summary-mode)
  (gnus-uu-decode-with-method #'gnus-uu-decode-postscript-article n))