projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cdb3c9d
)
Revert "Don't consider play-sound-file to be a 'safe' function (bug#44018)"
author
Mattias Engdegård
<mattiase@acm.org>
Mon, 26 Oct 2020 16:10:06 +0000
(17:10 +0100)
committer
Mattias Engdegård
<mattiase@acm.org>
Mon, 26 Oct 2020 16:10:06 +0000
(17:10 +0100)
This reverts commit
cdb3c9d662c772ce25ea4d803eccd2c9e6a6ae99
.
lisp/emacs-lisp/unsafep.el
patch
|
blob
|
history
diff --git
a/lisp/emacs-lisp/unsafep.el
b/lisp/emacs-lisp/unsafep.el
index 96db5c719390f1eac5dece265b0e93a173680603..e7077140e5459771942de37b9c36be8d1e585a0a 100644
(file)
--- 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