diff options
author | Eli Zaretskii <eliz@gnu.org> | 2020-10-26 18:15:37 +0200 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2020-10-26 18:15:37 +0200 |
commit | 1e8f15ee04aca85172ada1c5da3f46dc3a49bff1 (patch) | |
tree | 2d40d4a77d99adea2f745eb97088a72a54333621 /lisp/emacs-lisp | |
parent | 634bbb61f2f1b3e0fdf830f58a7ec7e39ea5a14f (diff) | |
parent | 27910f4e96304444704455ea6ce7141a3c2abcc3 (diff) | |
download | emacs-1e8f15ee04aca85172ada1c5da3f46dc3a49bff1.tar.gz emacs-1e8f15ee04aca85172ada1c5da3f46dc3a49bff1.tar.bz2 emacs-1e8f15ee04aca85172ada1c5da3f46dc3a49bff1.zip |
Merge branch 'master' of git.savannah.gnu.org:/srv/git/emacs
Diffstat (limited to 'lisp/emacs-lisp')
-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 |