summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-emacs/treepy/files/treepy-0.1.1-cl-lib.patch')
-rw-r--r--app-emacs/treepy/files/treepy-0.1.1-cl-lib.patch12
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)