summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2024-10-13 20:39:55 +0200
committerUlrich Müller <ulm@gentoo.org>2024-10-13 20:39:55 +0200
commitb36829684f7323fe68fc314fe35502a3b5ec707a (patch)
tree20fa0b0343967237d305977059b90d00377113a2
parentTry harder to find the devbook schema file (diff)
downloadebuild-mode-b36829684f7323fe68fc314fe35502a3b5ec707a.tar.gz
ebuild-mode-b36829684f7323fe68fc314fe35502a3b5ec707a.tar.bz2
ebuild-mode-b36829684f7323fe68fc314fe35502a3b5ec707a.zip
Update a comment
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
-rw-r--r--test/xemacs-test-wrapper.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/xemacs-test-wrapper.el b/test/xemacs-test-wrapper.el
index 1410015..699e473 100644
--- a/test/xemacs-test-wrapper.el
+++ b/test/xemacs-test-wrapper.el
@@ -7,7 +7,7 @@
;; harness.
;; Run the tests:
-;; xemacs -batch -q --no-site-file -eval "(add-to-list 'load-path nil)" \
+;; xemacs -batch -q -no-site-file -eval "(add-to-list 'load-path nil)" \
;; -l test/xemacs-test-wrapper -f batch-test-emacs test/mytest.el
(require 'test-harness)