summaryrefslogtreecommitdiff
path: root/lisp/vc/add-log.el
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2016-11-17 22:50:40 -0800
committerGlenn Morris <rgm@gnu.org>2016-11-17 22:50:40 -0800
commit67df076793773c6226b8c08c435109aeb2e7a0d3 (patch)
tree8e0dae2836353567dd62476fcf336826917b364b /lisp/vc/add-log.el
parent03c00f716ff7d30c400995e42d7702ed2ba1a07d (diff)
downloademacs-67df076793773c6226b8c08c435109aeb2e7a0d3.tar.gz
emacs-67df076793773c6226b8c08c435109aeb2e7a0d3.tar.bz2
emacs-67df076793773c6226b8c08c435109aeb2e7a0d3.zip
; 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
Diffstat (limited to 'lisp/vc/add-log.el')
-rw-r--r--lisp/vc/add-log.el2
1 files changed, 1 insertions, 1 deletions
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)