diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2023-11-23 18:10:38 +0100 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2023-11-23 18:40:22 +0100 |
commit | e26b5361465336f1952df99b1b99b78a24c621ab (patch) | |
tree | 48331d1524b04a319bf5a156567642d13d75059b /app-emacs/treepy | |
parent | media-plugins/gst-plugins-vpx: unkeyword all for ~mips (diff) | |
download | gentoo-e26b5361465336f1952df99b1b99b78a24c621ab.tar.gz gentoo-e26b5361465336f1952df99b1b99b78a24c621ab.tar.bz2 gentoo-e26b5361465336f1952df99b1b99b78a24c621ab.zip |
app-emacs/treepy: remove unused patch(es)
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'app-emacs/treepy')
-rw-r--r-- | app-emacs/treepy/files/treepy-0.1.1-cl-lib.patch | 12 |
1 files changed, 0 insertions, 12 deletions
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) |