summaryrefslogtreecommitdiff
path: root/test/Makefile.in
diff options
context:
space:
mode:
authorStefan Kangas <stefan@marxist.se>2021-12-06 06:47:44 +0100
committerStefan Kangas <stefan@marxist.se>2021-12-06 06:47:44 +0100
commit013161d4a77658c501c05aa754d36164fceb3982 (patch)
tree7073112d8f69eb31e72ffe7230595d817b6b9696 /test/Makefile.in
parent0dca455d1446eb7743594b3202b55e57615915c9 (diff)
parente3427faf55d7887de1dcba0fd027474ccbb5c214 (diff)
downloademacs-013161d4a77658c501c05aa754d36164fceb3982.tar.gz
Merge from origin/emacs-28
e3427faf55 Fix typos and improve consistency in ERC manual 0bf10d5082 * test/Makefile.in (check-declare): Add missing --batch. 34f5656137 Document the subtleties of the 'cursor' text property
Diffstat (limited to 'test/Makefile.in')
-rw-r--r--test/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Makefile.in b/test/Makefile.in
index 51696d7faaf..f2c49584e7f 100644
--- a/test/Makefile.in
+++ b/test/Makefile.in
@@ -368,7 +368,7 @@ maintainer-clean: distclean bootstrap-clean
.PHONY: check-declare
check-declare:
- $(emacs) -l check-declare \
+ $(emacs) --batch -l check-declare \
--eval '(check-declare-directory "$(srcdir)")'
.PHONY: subdirs subdir-targets generate-test-jobs