elisp-common.eclass: Update NEED_EMACS to 25.3

This corresponds to the oldest version of Emacs (other than slot 18)
currently in the tree.

Signed-off-by: Ulrich Müller <ulm@gentoo.org>
This commit is contained in:
Ulrich Müller
2023-03-26 18:12:40 +02:00
parent 1744a1c491
commit be6fac4e38

View File

@@ -206,7 +206,7 @@ BYTECOMPFLAGS="-L ."
# @ECLASS_VARIABLE: NEED_EMACS
# @DESCRIPTION:
# The minimum Emacs version required for the package.
: "${NEED_EMACS:=23.1}"
: "${NEED_EMACS:=25.3}"
# @ECLASS_VARIABLE: _ELISP_EMACS_VERSION
# @INTERNAL