1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 10:30:25 -08:00

; Replace "25.2" with "26.1" where appropriate, which is almost everywhere

Ref:
http://lists.gnu.org/archive/html/emacs-devel/2016-09/msg00692.html
http://lists.gnu.org/archive/html/emacs-devel/2016-01/msg01215.html
This commit is contained in:
Glenn Morris 2016-11-17 22:50:40 -08:00
parent 03c00f716f
commit 67df076793
23 changed files with 37 additions and 37 deletions

View file

@ -81,7 +81,7 @@ If LITERAL is non-nil, insert NEWTEXT literally. Return a new
string containing the replacements.
This is a compatibility function for different Emacsen."
(declare (obsolete replace-regexp-in-string "25.2"))
(declare (obsolete replace-regexp-in-string "26.1"))
(replace-regexp-in-string regexp newtext string nil literal))
(defun gnus-boundp (variable)