summaryrefslogtreecommitdiff
blob: 0c7bfbad1b85d0783ffdf41b8cb5e16d3a52e26c (plain)
1
2
3
4
5
6
7
8
9
10
11
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)