Function: artist-down-mouse-3
artist-down-mouse-3 is an interactive and byte-compiled function
defined in artist.el.gz.
Signature
(artist-down-mouse-3 EV)
Documentation
Erase character or rectangle, depending on event EV.
Key Bindings
Source Code
;; Defined in /usr/src/emacs/lisp/textmodes/artist.el.gz
(defun artist-down-mouse-3 (ev)
"Erase character or rectangle, depending on event EV."
(interactive "@e")
(let ((artist-curr-go 'erase-char))
(artist-down-mouse-1 ev))
;; Restore mode-line
(artist-mode-line-show-curr-operation artist-key-is-drawing))