diff options
author | Ulrich Müller <ulm@gentoo.org> | 2024-10-13 20:39:55 +0200 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2024-10-13 20:39:55 +0200 |
commit | b36829684f7323fe68fc314fe35502a3b5ec707a (patch) | |
tree | 20fa0b0343967237d305977059b90d00377113a2 | |
parent | Try harder to find the devbook schema file (diff) | |
download | ebuild-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.el | 2 |
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) |