diff options
author | Mattias EngdegÄrd <mattiase@acm.org> | 2020-10-26 17:10:06 +0100 |
---|---|---|
committer | Mattias EngdegÄrd <mattiase@acm.org> | 2020-10-26 17:10:06 +0100 |
commit | 27910f4e96304444704455ea6ce7141a3c2abcc3 (patch) | |
tree | 51a75127c3ea975e37253c6e481cf15a77554a22 /lisp/emacs-lisp/unsafep.el | |
parent | cdb3c9d662c772ce25ea4d803eccd2c9e6a6ae99 (diff) | |
download | emacs-27910f4e96304444704455ea6ce7141a3c2abcc3.tar.gz emacs-27910f4e96304444704455ea6ce7141a3c2abcc3.tar.bz2 emacs-27910f4e96304444704455ea6ce7141a3c2abcc3.zip |
Revert "Don't consider play-sound-file to be a 'safe' function (bug#44018)"
This reverts commit cdb3c9d662c772ce25ea4d803eccd2c9e6a6ae99.
Diffstat (limited to 'lisp/emacs-lisp/unsafep.el')
-rw-r--r-- | lisp/emacs-lisp/unsafep.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/unsafep.el b/lisp/emacs-lisp/unsafep.el index 96db5c71939..e7077140e54 100644 --- a/lisp/emacs-lisp/unsafep.el +++ b/lisp/emacs-lisp/unsafep.el @@ -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 |