branch: externals/org commit 267c5dae32b090274efb3ee5180e73c1677578d3 Author: Ihor Radchenko <yanta...@posteo.net> Commit: Ihor Radchenko <yanta...@posteo.net>
mk/default.mk (REPRO): Ensure consistency with make vanilla --- mk/default.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mk/default.mk b/mk/default.mk index 4690ef035b..c5ea1ba01d 100644 --- a/mk/default.mk +++ b/mk/default.mk @@ -112,7 +112,7 @@ endif # Running a plain emacs with no config, this Org mode loaded, and # debugging facilities activated. -REPRO = $(NOBATCH) $(REPRO_INIT) $(REPRO_ARGS) +REPRO = $(NOBATCH) $(BTEST_INIT) $(REPRO_INIT) $(REPRO_ARGS) # start Emacs with no user and site configuration # EMACSQ = -vanilla # XEmacs