branch: scratch/editorconfig-cc
commit e412454039d4b5d845fd90be2040bc834f76c139
Author: 10sr <8slashes+...@gmail.com>
Commit: Stefan Monnier <monn...@iro.umontreal.ca>

    Load only editorconfig.el when using sandbox
---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index ae6a6bc108..3fd94ef422 100644
--- a/Makefile
+++ b/Makefile
@@ -48,4 +48,4 @@ test-core: core-test/CMakeLists.txt $(OBJS)
 # Start Emacs that loads *.el in current directory and does not load the user
 # init file
 sandbox:
-       $(EMACS) -q -L $(PROJECT_ROOT_DIR) $(SRCS:%=-l "%")
+       $(EMACS) -q -L $(PROJECT_ROOT_DIR) $(MAIN_SRC:%=-l "%")

Reply via email to