You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/app-emacs/treepy/files/treepy-0.1.1-cl-lib.patch

13 lines
212 B

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)