1
0
mirror of https://git.savannah.gnu.org/git/emacs/org-mode.git synced 2024-11-23 07:18:53 +00:00

mk/default.mk (REPRO): Ensure consistency with make vanilla

This commit is contained in:
Ihor Radchenko 2024-06-18 17:00:42 +02:00
parent fed19a934d
commit 267c5dae32
No known key found for this signature in database
GPG Key ID: 6470762A7DA11D8B

View File

@ -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