Skip to content

Commit

Permalink
Update play-sound.el
Browse files Browse the repository at this point in the history
added the newer cl-lib
  • Loading branch information
256k authored and leoliu committed Mar 29, 2024
1 parent 27ad8d2 commit 512dd45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion play-sound.el
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@

;;; Code:

(eval-when-compile (require 'cl))
(eval-when-compile (require 'cl-lib))

(defun play-sound-internal (sound)
"Internal function for `play-sound' (which see)."
Expand Down

0 comments on commit 512dd45

Please sign in to comment.