Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 338 Bytes

README.rst

File metadata and controls

11 lines (8 loc) · 338 Bytes

Implement play-sound-internal for Mac OS X

To enable it place this snippet:

(unless (and (fboundp 'play-sound-internal)
             (subrp (symbol-function 'play-sound-internal)))
  (require 'play-sound))

in your init file.