Function: image-bookmark-jump
image-bookmark-jump is an autoloaded and byte-compiled function
defined in image-mode.el.gz.
Signature
(image-bookmark-jump BMK)
Source Code
;; Defined in /usr/src/emacs/lisp/image-mode.el.gz
;;;###autoload
(defun image-bookmark-jump (bmk)
;; This implements the `handler' function interface for record type
;; returned by `bookmark-make-record-function', which see.
(prog1 (bookmark-default-handler bmk)
(when (not (string= image-type (bookmark-prop-get bmk 'image-type)))
(image-toggle-display))))