From 849a74c24597c72818f194cf410087fc7c07f3d1 Mon Sep 17 00:00:00 2001 From: Kyle Meyer Date: Sat, 20 Aug 2022 17:43:19 -0400 Subject: ci, make: Include compat for Transient Transient requires compat as of 5ae3c40 (Depend on compat package from GNU Elpa, 2022-04-22). --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 6134c1c..c431b7d 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ -LOAD_PATH = -L ../transient/lisp -L . +LOAD_PATH = -L ../compat -L ../transient/lisp -L . EMACS = emacs BATCH = $(EMACS) -Q --batch $(LOAD_PATH) -- cgit v1.2.3