Function: gnus-uu-post-insert-binary-in-article
gnus-uu-post-insert-binary-in-article is an interactive and
byte-compiled function defined in gnus-uu.el.gz.
Signature
(gnus-uu-post-insert-binary-in-article)
Documentation
Insert an encoded file in the buffer.
The user will be asked for a file name.
Key Bindings
Source Code
;; Defined in /usr/src/emacs/lisp/gnus/gnus-uu.el.gz
(defun gnus-uu-post-insert-binary-in-article ()
"Insert an encoded file in the buffer.
The user will be asked for a file name."
(interactive)
(save-excursion
(setq gnus-uu-post-inserted-file-name (gnus-uu-post-insert-binary))))