1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-03 10:31:37 -08:00

Revert "Don't consider play-sound-file to be a 'safe' function (bug#44018)"

This reverts commit cdb3c9d662.
This commit is contained in:
Mattias Engdegård 2020-10-26 17:10:06 +01:00
parent cdb3c9d662
commit 27910f4e96

View file

@ -101,7 +101,7 @@ in the parse.")
;;Macros from subr.el
save-match-data unless when
;;Functions from subr.el that have side effects
split-string replace-regexp-in-string))
split-string replace-regexp-in-string play-sound-file))
(put x 'safe-function t))
;;;###autoload