branch: externals/vc-jj commit 71a84c08fe8d3b304204ed13e4a7c3e8deb2a137 Author: Rudi Schlatte <r...@constantly.at> Commit: Rudi Schlatte <r...@constantly.at>
Add cl-lib dependency --- vc-jj.el | 1 + 1 file changed, 1 insertion(+) diff --git a/vc-jj.el b/vc-jj.el index 475041193c..5f96ea2818 100644 --- a/vc-jj.el +++ b/vc-jj.el @@ -29,6 +29,7 @@ ;;; Code: (require 'compat) +(require 'cl-lib) (require 'seq) (require 'vc) (require 'vc-git)