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

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

[elpa] externals/dash 36b7f49 419/426: [-let] Reuse the ignore-place pre


From: Phillip Lord
Subject: [elpa] externals/dash 36b7f49 419/426: [-let] Reuse the ignore-place predicate
Date: Tue, 04 Aug 2015 19:39:20 +0000

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

    [-let] Reuse the ignore-place predicate
---
 dash.el |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/dash.el b/dash.el
index d177831..b3c1e02 100644
--- a/dash.el
+++ b/dash.el
@@ -1257,8 +1257,7 @@ sorts it in descending order."
         (n 0)
         (m match-form))
     (while (and (consp m)
-                (symbolp (car m))
-                (eq (aref (symbol-name (car m)) 0) ?_))
+                (dash--match-ignore-place-p (car m)))
       (setq n (1+ n)) (!cdr m))
     (cond
      ;; handle improper lists



reply via email to

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