branch: externals/system-packages
commit bd51c53d5e580a0024d53c230de4e0298f64c93d
Author: Alex Branham <[email protected]>
Commit: Alex Branham <[email protected]>
travis: spit out Emacs version
---
Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile b/Makefile
index f4e31df..3e5a4a6 100644
--- a/Makefile
+++ b/Makefile
@@ -12,4 +12,4 @@ all: compile
compile: $(ELC)
%.elc: %.el
- $(EMACS_BATCH) --eval "(progn (setq byte-compile-error-on-warn t)
(batch-byte-compile))" $<
+ $(EMACS_BATCH) --eval "(progn (message (emacs-version)) (setq
byte-compile-error-on-warn t) (batch-byte-compile))" $<