From df3c8e0704de1d8c5e779d9f7ee2860e06c9c047 Mon Sep 17 00:00:00 2001 From: Jai Flack Date: Thu, 5 May 2022 20:47:46 +1000 Subject: [PATCH] Depend on (emacs "29") for recent master --- isearch-olc.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/isearch-olc.el b/isearch-olc.el index 0cd1c6a..d6a7cea 100644 --- a/isearch-olc.el +++ b/isearch-olc.el @@ -5,7 +5,7 @@ ;; Author: Jai Flack ;; Version: 2022-03-24 ;; URL: https://git.disroot.org/jflack/isearch-olc -;; Package-Requires: ((emacs "29.1")) +;; Package-Requires: ((emacs "29")) ;; Keywords: Isearch matching ;; This file is NOT part of GNU Emacs.