From e26b5361465336f1952df99b1b99b78a24c621ab Mon Sep 17 00:00:00 2001 From: Michael Mair-Keimberger Date: Thu, 23 Nov 2023 18:10:38 +0100 Subject: app-emacs/treepy: remove unused patch(es) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michael Mair-Keimberger Signed-off-by: Ulrich Müller --- app-emacs/treepy/files/treepy-0.1.1-cl-lib.patch | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 app-emacs/treepy/files/treepy-0.1.1-cl-lib.patch (limited to 'app-emacs') diff --git a/app-emacs/treepy/files/treepy-0.1.1-cl-lib.patch b/app-emacs/treepy/files/treepy-0.1.1-cl-lib.patch deleted file mode 100644 index 0c7bfbad1b85..000000000000 --- a/app-emacs/treepy/files/treepy-0.1.1-cl-lib.patch +++ /dev/null @@ -1,12 +0,0 @@ -Fix byte-compilation with Emacs 27. - ---- treepy.el-0.1.1-orig/treepy.el -+++ treepy.el-0.1.1/treepy.el -@@ -40,6 +40,7 @@ - ;; - ;;; Code: - -+(require 'cl-lib) - (require 'map) - - ;;; Walk (recursive tree traversal) -- cgit v1.2.3-65-gdbad