Function: gnus-html-insert-image

gnus-html-insert-image is an interactive and byte-compiled function defined in gnus-html.el.gz.

Signature

(gnus-html-insert-image &rest ARGS)

Documentation

Fetch and insert the image under point.

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/gnus/gnus-html.el.gz
(defun gnus-html-insert-image (&rest _args)
  "Fetch and insert the image under point."
  (interactive)
  (apply #'gnus-html-display-image (get-text-property (point) 'gnus-image)))