Function: thumbs-rotate-left
thumbs-rotate-left is an interactive and byte-compiled function
defined in thumbs.el.gz.
Signature
(thumbs-rotate-left)
Documentation
Rotate the image 90 degrees counter-clockwise.
Key Bindings
Source Code
;; Defined in /usr/src/emacs/lisp/obsolete/thumbs.el.gz
(defun thumbs-rotate-left ()
"Rotate the image 90 degrees counter-clockwise."
(interactive)
(thumbs-modify-image "rotate" "270"))