From 7da159e8476d8dbaae64ce36d0fa45326ac8a76f Mon Sep 17 00:00:00 2001 From: Eshel Yaron Date: Wed, 1 Nov 2023 12:41:39 +0100 Subject: [PATCH] Do not 'Package-Require' Compat --- completion-preview.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/completion-preview.el b/completion-preview.el index 5ce795a..5e3ab54 100644 --- a/completion-preview.el +++ b/completion-preview.el @@ -7,7 +7,7 @@ ;; Keywords: convenience completion ;; URL: https://git.sr.ht/~eshel/completion-preview ;; Package-Version: 0.1.0 -;; Package-Requires: ((emacs "27.2") (compat "29.1.4.2")) +;; Package-Requires: ((emacs "27.2")) ;; This program is free software; you can redistribute it and/or modify ;; it under the terms of the GNU General Public License as published by -- 2.39.2