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

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

[elpa] externals/dash c61113b 420/426: [-let] Update outdated comment


From: Phillip Lord
Subject: [elpa] externals/dash c61113b 420/426: [-let] Update outdated comment
Date: Tue, 04 Aug 2015 19:39:21 +0000

branch: externals/dash
commit c61113bb9b707a58edecf7cb15a3cbcdd606b2ad
Author: Matus Goljer <address@hidden>
Commit: Matus Goljer <address@hidden>

    [-let] Update outdated comment
---
 dash.el |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/dash.el b/dash.el
index b3c1e02..ab906e2 100644
--- a/dash.el
+++ b/dash.el
@@ -1260,7 +1260,9 @@ sorts it in descending order."
                 (dash--match-ignore-place-p (car m)))
       (setq n (1+ n)) (!cdr m))
     (cond
-     ;; handle improper lists
+     ;; when we only have one pattern in the list, we don't have to
+     ;; create a temporary binding (--dash-source--) for the source
+     ;; and just use the input directly
      ((and (consp m)
            (not (cdr m)))
       (dash--match (car m) (dash--match-cons-get-car n source)))



reply via email to

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