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

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

[nongnu] elpa/arduino-mode bb89ac8 030/107: Merge pull request #11 from


From: ELPA Syncer
Subject: [nongnu] elpa/arduino-mode bb89ac8 030/107: Merge pull request #11 from bookest/bug/undefined-cl-macroexpand-all
Date: Sun, 29 Aug 2021 10:58:11 -0400 (EDT)

branch: elpa/arduino-mode
commit bb89ac81e9b206a6da5653fd108a315ad3e8a8d7
Merge: a1d57fe d7bb42a
Author: Christopher Grim <christopher.grim@gmail.com>
Commit: Christopher Grim <christopher.grim@gmail.com>

    Merge pull request #11 from bookest/bug/undefined-cl-macroexpand-all
    
    Fix undefined cl-macrorepxand-all under Emacs 24.4
---
 .travis.yml     | 13 +++++++++++++
 arduino-mode.el |  1 +
 2 files changed, 14 insertions(+)

diff --git a/.travis.yml b/.travis.yml
new file mode 100644
index 0000000..fb7ec26
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,13 @@
+language: emacs-lisp
+env:
+  - EVM_EMACS=emacs-24.3-travis
+  - EVM_EMACS=emacs-24.4-travis
+  - EVM_EMACS=emacs-24.5-travis
+before_install:
+  - export PATH="$HOME/.evm/bin:$PATH"
+  - git clone https://github.com/rejeep/evm.git /home/travis/.evm
+  - evm config path /tmp
+  - evm install $EVM_EMACS --use --skip
+script:
+  - emacs --version
+  - emacs -Q -batch -f batch-byte-compile *.el
diff --git a/arduino-mode.el b/arduino-mode.el
index 6327afc..e028cea 100644
--- a/arduino-mode.el
+++ b/arduino-mode.el
@@ -32,6 +32,7 @@
 (require 'cc-mode)
 
 (eval-when-compile
+  (require 'cl)
   (require 'cc-langs)
   (require 'cc-fonts)
   (require 'cc-menus))



reply via email to

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