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

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

[elpa] externals/objed 10de1ad 189/216: Comment about commandline test


From: Stefan Monnier
Subject: [elpa] externals/objed 10de1ad 189/216: Comment about commandline test
Date: Tue, 8 Jan 2019 12:29:37 -0500 (EST)

branch: externals/objed
commit 10de1adcf60b2677c13390e1ba3b4e15b9e8a7cb
Author: Clemera <address@hidden>
Commit: Clemera <address@hidden>

    Comment about commandline test
---
 test/make-compile.el | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/test/make-compile.el b/test/make-compile.el
index 6f876b6..e7bff0f 100644
--- a/test/make-compile.el
+++ b/test/make-compile.el
@@ -1,7 +1,10 @@
+;; emacs -Q -batch -L . -f batch-byte-compile file.el
+
 ;;  bail out on compilation warnings and errors
 (setq byte-compile-error-on-warn t)
 (setq byte-compile--use-old-handlers nil)
 
+
 ;; compile *.el files
 (dolist (file (file-expand-wildcards "*.el"))
   (unless (byte-compile-file file)



reply via email to

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