Function: eudc-bob-play-sound-at-mouse

eudc-bob-play-sound-at-mouse is an interactive and byte-compiled function defined in eudc-bob.el.gz.

Signature

(eudc-bob-play-sound-at-mouse EVENT)

Documentation

Play the sound data contained in the button where EVENT occurred.

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/net/eudc-bob.el.gz
(defun eudc-bob-play-sound-at-mouse (event)
  "Play the sound data contained in the button where EVENT occurred."
  (interactive "e")
  (save-excursion
    (mouse-set-point event)
    (eudc-bob-play-sound-at-point)))