summaryrefslogtreecommitdiff
path: root/lisp/subr.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/subr.el')
-rw-r--r--lisp/subr.el8
1 files changed, 4 insertions, 4 deletions
diff --git a/lisp/subr.el b/lisp/subr.el
index b23f605a262..eb9ab98c4b8 100644
--- a/lisp/subr.el
+++ b/lisp/subr.el
@@ -1295,10 +1295,10 @@ be a list of the form returned by `event-start' and `event-end'."
(make-obsolete 'buffer-has-markers-at nil "24.3")
;; bug#23850
-(make-obsolete 'string-to-unibyte "use `encode-coding-string'." "25.2")
-(make-obsolete 'string-as-unibyte "use `encode-coding-string'." "25.2")
-(make-obsolete 'string-to-multibyte "use `decode-coding-string'." "25.2")
-(make-obsolete 'string-as-multibyte "use `decode-coding-string'." "25.2")
+(make-obsolete 'string-to-unibyte "use `encode-coding-string'." "26.1")
+(make-obsolete 'string-as-unibyte "use `encode-coding-string'." "26.1")
+(make-obsolete 'string-to-multibyte "use `decode-coding-string'." "26.1")
+(make-obsolete 'string-as-multibyte "use `decode-coding-string'." "26.1")
(defun log10 (x)
"Return (log X 10), the log base 10 of X."