Function: image-increase-speed

image-increase-speed is an interactive and byte-compiled function defined in image-mode.el.gz.

Signature

(image-increase-speed)

Documentation

Increase the speed of current animated image by a factor of 2.

View in manual

Probably introduced at or before Emacs version 24.4.

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/image-mode.el.gz
(defun image-increase-speed ()
  "Increase the speed of current animated image by a factor of 2."
  (interactive)
  (image--set-speed 2 t))