emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/m-buffer ce6dfb0023 006/115: Use Emacs var


From: ELPA Syncer
Subject: [elpa] externals/m-buffer ce6dfb0023 006/115: Use Emacs var
Date: Tue, 19 Jul 2022 15:58:44 -0400 (EDT)

branch: externals/m-buffer
commit ce6dfb0023d1766a2616cdccb60ecdb53e4f2637
Author: Phillip Lord <phillip.lord@newcastle.ac.uk>
Commit: Phillip Lord <phillip.lord@newcastle.ac.uk>

    Use Emacs var
---
 run-tests.sh | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/run-tests.sh b/run-tests.sh
index 74441aad5c..35f63e8c8b 100755
--- a/run-tests.sh
+++ b/run-tests.sh
@@ -1,3 +1,4 @@
 ## run in subdir because test files there there
-emacs -batch -l ./test/dash.el  -l m-buffer.el -l ./test/m-buffer-test.el \
+EMACS=${EMACS-emacs}
+$EMACS -batch -l ./test/dash.el  -l m-buffer.el -l ./test/m-buffer-test.el \
     -f ert-run-tests-batch-and-exit



reply via email to

[Prev in Thread] Current Thread [Next in Thread]