Function: thumbs-rotate-right

thumbs-rotate-right is an interactive and byte-compiled function defined in thumbs.el.gz.

Signature

(thumbs-rotate-right)

Documentation

Rotate the image 90 degrees clockwise.

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/obsolete/thumbs.el.gz
(defun thumbs-rotate-right ()
  "Rotate the image 90 degrees clockwise."
  (interactive)
  (thumbs-modify-image "rotate" "90"))