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

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

[elpa] externals/dash d6ca7d9 215/426: Fix E23 bug and re-enable E23 CI


From: Phillip Lord
Subject: [elpa] externals/dash d6ca7d9 215/426: Fix E23 bug and re-enable E23 CI
Date: Tue, 04 Aug 2015 19:37:50 +0000

branch: externals/dash
commit d6ca7d98674e0ed5443e37458d3f54a1b24a7655
Author: Magnar Sveen <address@hidden>
Commit: Magnar Sveen <address@hidden>

    Fix E23 bug and re-enable E23 CI
---
 .travis.yml |    1 +
 dash.el     |    2 +-
 2 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index ca0d070..29ec693 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -13,6 +13,7 @@ before_install:
           emacs24 emacs24-el emacs24-common-non-dfsg;
     fi
 env:
+  - EMACS=emacs
   - EMACS=emacs24
   - EMACS=emacs-snapshot
 script:
diff --git a/dash.el b/dash.el
index bb2a97c..734360d 100644
--- a/dash.el
+++ b/dash.el
@@ -586,7 +586,7 @@ those items are discarded."
            (while ,l
              (let* ((it (car ,l))
                     (,n ,form))
-               (if (equal ,h, n)
+               (if (equal ,h ,n)
                    (when ,b
                      (!cons (nreverse ,s) ,r)
                      (setq ,s nil)



reply via email to

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