Function: image-reset-speed

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

Signature

(image-reset-speed)

Documentation

Reset the animation speed of the current image.

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-reset-speed ()
  "Reset the animation speed of the current image."
  (interactive)
  (image--set-speed 'reset))