diff options
author | Lars Ingebrigtsen <larsi@gnus.org> | 2016-02-11 16:13:08 +1100 |
---|---|---|
committer | Lars Ingebrigtsen <larsi@gnus.org> | 2016-02-11 16:13:08 +1100 |
commit | 21cfd14d54370cddc1160d30bc47e17c5ac3a162 (patch) | |
tree | 1ed08374d1e42dd89d674a2ef840097ea3d4d905 /lisp/gnus/nnml.el | |
parent | 16b7e605f32862c592ffd1134079b91e3ee4ef91 (diff) | |
download | emacs-21cfd14d54370cddc1160d30bc47e17c5ac3a162.tar.gz emacs-21cfd14d54370cddc1160d30bc47e17c5ac3a162.tar.bz2 emacs-21cfd14d54370cddc1160d30bc47e17c5ac3a162.zip |
gnus-replace-in-string -> replace-regexp-in-string
* lisp/gnus/gnus-util.el (gnus-replace-in-string): Declare
obsolete. Transform all usages of it into
replace-regexp-in-string.
* lisp/gnus/mailcap.el (mailcap-replace-in-string): Remove.
Diffstat (limited to 'lisp/gnus/nnml.el')
-rw-r--r-- | lisp/gnus/nnml.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/gnus/nnml.el b/lisp/gnus/nnml.el index 3350933f949..28dcd9aad4a 100644 --- a/lisp/gnus/nnml.el +++ b/lisp/gnus/nnml.el @@ -1077,7 +1077,7 @@ Use the nov database for the current group if available." ;; 1/ Move the article to a new file: (let* ((oldfile (nnml-article-to-file old-number)) (newfile - (gnus-replace-in-string + (replace-regexp-in-string oldfile ;; nnml-use-compressed-files might be any string, but ;; probably it's sufficient to take into account only |