Function: gnus-html-browse-image

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

Signature

(gnus-html-browse-image)

Documentation

Browse the image under point.

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/gnus/gnus-html.el.gz
(defun gnus-html-browse-image ()
  "Browse the image under point."
  (interactive)
  (browse-url (get-text-property (point) 'image-url)))