Function: landmark-mouse-play
landmark-mouse-play is an interactive and byte-compiled function
defined in landmark.el.gz.
Signature
(landmark-mouse-play CLICK)
Documentation
Play at the square where you click.
Key Bindings
Source Code
;; Defined in /usr/src/emacs/lisp/obsolete/landmark.el.gz
(defun landmark-mouse-play (click)
"Play at the square where you click."
(interactive "e")
(if (landmark-click click)
(landmark-human-plays)))