branch: elpa/datetime commit d81290b8824d3901e69a70bc0ea7825af5840877 Author: Paul Pogonyshev <pogonys...@gmail.com> Commit: Paul Pogonyshev <pogonys...@gmail.com>
Drop support for ancient Emacs 24. --- datetime.el | 2 +- test/base.el | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/datetime.el b/datetime.el index 9b0a2c17e9..5b03b7fd4b 100644 --- a/datetime.el +++ b/datetime.el @@ -7,7 +7,7 @@ ;; Version: 0.9.2snapshot ;; Keywords: lisp, i18n ;; Homepage: https://github.com/doublep/datetime -;; Package-Requires: ((emacs "24.4") (extmap "1.1.1")) +;; Package-Requires: ((emacs "25.1") (extmap "1.1.1")) ;; This program is free software; you can redistribute it and/or ;; modify it under the terms of the GNU General Public License as diff --git a/test/base.el b/test/base.el index 0f843911cd..340c1f0319 100644 --- a/test/base.el +++ b/test/base.el @@ -50,7 +50,7 @@ (defvar datetime--test-parser nil) (defvar datetime--test-matcher nil) -;; To silence byte-compilation warnings on Emacs 24-25. +;; To silence byte-compilation warnings on Emacs 25. (defvar byte-compile-log-warning-function) (defmacro datetime--test-with-strict-byte-compiler (&rest body)