summaryrefslogtreecommitdiff
path: root/app-emacs/treepy/files/treepy-0.1.1-cl-lib.patch
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, 12 insertions, 0 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
new file mode 100644
index 000000000000..0c7bfbad1b85
--- /dev/null
+++ b/app-emacs/treepy/files/treepy-0.1.1-cl-lib.patch
@@ -0,0 +1,12 @@
+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)