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

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

[nongnu] elpa/toc-org d3677cd8c8 022/128: make compile-command run the t


From: ELPA Syncer
Subject: [nongnu] elpa/toc-org d3677cd8c8 022/128: make compile-command run the tests
Date: Sun, 2 Jan 2022 09:59:06 -0500 (EST)

branch: elpa/toc-org
commit d3677cd8c8b20fc27eee8456a0fdac3b557b4982
Author: Sergei Nosov <sergei.nosov@gmail.com>
Commit: Sergei Nosov <sergei.nosov@gmail.com>

    make compile-command run the tests
---
 org-toc.el | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/org-toc.el b/org-toc.el
index f90461ac3b..e03f292ccb 100644
--- a/org-toc.el
+++ b/org-toc.el
@@ -277,5 +277,9 @@ following tag formats:
   "Enable org-toc in this buffer."
   (add-hook 'before-save-hook 'org-toc-insert-toc nil t))
 
+;; Local Variables:
+;; compile-command: "emacs -batch -l ert -l *.el -f 
ert-run-tests-batch-and-exit"
+;; End:
+
 (provide 'org-toc)
 ;;; org-toc.el ends here



reply via email to

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