File 9511-Bump-minimum-Emacs-version-to-27.1.patch of Package erlang
From 635e40472d36e3d2fd5e46bd119557b55545bf13 Mon Sep 17 00:00:00 2001 From: Bozhidar Batsov <bozhidar@batsov.dev> Date: Fri, 20 Mar 2026 13:32:57 +0200 Subject: [PATCH 01/17] Bump minimum Emacs version to 27.1 Emacs 24.3 through 26.x are long unsupported. Bumping the minimum to 27.1 lets us remove accumulated compatibility shims and adopt APIs that have been stable for years. --- lib/tools/emacs/erlang.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/tools/emacs/erlang.el b/lib/tools/emacs/erlang.el index 6837fc94d1..691ab1ba6c 100644 --- a/lib/tools/emacs/erlang.el +++ b/lib/tools/emacs/erlang.el @@ -25,7 +25,7 @@ ;; Keywords: erlang, languages, processes ;; Date: 2011-12-11 ;; Version: 2.8.4 -;; Package-Requires: ((emacs "24.3")) +;; Package-Requires: ((emacs "27.1")) ;; %CopyrightBegin% ;; -- 2.51.0