From 67df076793773c6226b8c08c435109aeb2e7a0d3 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Thu, 17 Nov 2016 22:50:40 -0800 Subject: ; 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 --- lisp/vc/add-log.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lisp/vc/add-log.el') diff --git a/lisp/vc/add-log.el b/lisp/vc/add-log.el index 7124df03bc0..ba710b2f4f9 100644 --- a/lisp/vc/add-log.el +++ b/lisp/vc/add-log.el @@ -579,7 +579,7 @@ If a string, interpret as the ZONE argument of `format-time-string'.") (lambda (x) (or (booleanp x) (stringp x)))) (defun add-log-iso8601-time-zone (&optional time zone) - (declare (obsolete nil "25.2")) + (declare (obsolete nil "26.1")) (format-time-string "%:::z" time zone)) (defvar add-log-iso8601-with-time-zone nil) -- cgit v1.2.3