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

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

[elpa] externals/dash ba6e3c6 260/426: Add missing keywords


From: Phillip Lord
Subject: [elpa] externals/dash ba6e3c6 260/426: Add missing keywords
Date: Tue, 04 Aug 2015 19:38:09 +0000

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

    Add missing keywords
---
 dash.el |  103 +++++++++++++++++++++++++++++++++++++-------------------------
 1 files changed, 61 insertions(+), 42 deletions(-)

diff --git a/dash.el b/dash.el
index 46f392d..ba0f01a 100644
--- a/dash.el
+++ b/dash.el
@@ -1147,68 +1147,83 @@ structure such as plist or alist."
   (eval-after-load "lisp-mode"
     '(progn
        (let ((new-keywords '(
-                             "--each"
                              "-each"
-                             "--each-while"
+                             "--each"
                              "-each-while"
-                             "--dotimes"
+                             "--each-while"
                              "-dotimes"
+                             "--dotimes"
                              "-map"
                              "--map"
-                             "--reduce-from"
                              "-reduce-from"
-                             "--reduce"
+                             "--reduce-from"
                              "-reduce"
-                             "--reduce-r-from"
+                             "--reduce"
                              "-reduce-r-from"
-                             "--reduce-r"
+                             "--reduce-r-from"
                              "-reduce-r"
-                             "--filter"
+                             "--reduce-r"
                              "-filter"
+                             "--filter"
                              "-select"
                              "--select"
-                             "--remove"
                              "-remove"
+                             "--remove"
                              "-reject"
                              "--reject"
-                             "--keep"
                              "-keep"
+                             "--keep"
+                             "-map-indexed"
+                             "--map-indexed"
+                             "-map-when"
+                             "--map-when"
+                             "-replace-where"
+                             "--replace-where"
                              "-flatten"
                              "-concat"
-                             "--mapcat"
                              "-mapcat"
-                             "--first"
+                             "--mapcat"
+                             "-cons*"
+                             "-snoc"
                              "-first"
-                             "--any?"
+                             "--first"
+                             "-last"
+                             "--last"
+                             "-first-item"
+                             "-last-item"
+                             "-count"
+                             "--count"
                              "-any?"
+                             "--any?"
                              "-some?"
                              "--some?"
                              "-any-p"
                              "--any-p"
                              "-some-p"
                              "--some-p"
-                             "--all?"
                              "-all?"
+                             "--all?"
                              "-every?"
                              "--every?"
                              "-all-p"
                              "--all-p"
                              "-every-p"
                              "--every-p"
-                             "--none?"
                              "-none?"
+                             "--none?"
                              "-none-p"
                              "--none-p"
                              "-only-some?"
                              "--only-some?"
                              "-only-some-p"
                              "--only-some-p"
+                             "-slice"
                              "-take"
                              "-drop"
-                             "--take-while"
                              "-take-while"
-                             "--drop-while"
+                             "--take-while"
                              "-drop-while"
+                             "--drop-while"
                              "-split-at"
                              "-rotate"
                              "-insert-at"
@@ -1217,33 +1232,26 @@ structure such as plist or alist."
                              "--update-at"
                              "-remove-at"
                              "-remove-at-indices"
-                             "--split-with"
                              "-split-with"
-                             "-partition"
+                             "--split-with"
+                             "-separate"
+                             "--separate"
+                             "-partition-all-in-steps"
                              "-partition-in-steps"
                              "-partition-all"
-                             "-partition-all-in-steps"
+                             "-partition"
+                             "-partition-by"
+                             "--partition-by"
+                             "-partition-by-header"
+                             "--partition-by-header"
+                             "-group-by"
+                             "--group-by"
                              "-interpose"
                              "-interleave"
-                             "--zip-with"
                              "-zip-with"
+                             "--zip-with"
                              "-zip"
-                             "--map-indexed"
-                             "-map-indexed"
-                             "--map-when"
-                             "-map-when"
-                             "--replace-where"
-                             "-replace-where"
                              "-partial"
-                             "-rpartial"
-                             "-juxt"
-                             "-applify"
-                             "-on"
-                             "-flip"
-                             "-const"
-                             "-cut"
-                             "-orfn"
-                             "-andfn"
                              "-elem-index"
                              "-elem-indices"
                              "-find-indices"
@@ -1262,23 +1270,25 @@ structure such as plist or alist."
                              "-if-let"
                              "-if-let*"
                              "--if-let"
-                             "-union"
                              "-distinct"
+                             "-uniq"
+                             "-union"
                              "-intersection"
                              "-difference"
                              "-contains?"
                              "-contains-p"
+                             "-sort"
+                             "--sort"
                              "-repeat"
-                             "-cons*"
-                             "-snoc"
                              "-sum"
                              "-product"
-                             "-min"
-                             "-min-by"
-                             "--min-by"
                              "-max"
+                             "-min"
                              "-max-by"
                              "--max-by"
+                             "-min-by"
+                             "--min-by"
+                             "-cons-pair?"
                              "-cons-to-list"
                              "-value-to-list"
                              "-tree-mapreduce-from"
@@ -1292,6 +1302,15 @@ structure such as plist or alist."
                              "-tree-reduce"
                              "--tree-reduce"
                              "-clone"
+                             "-rpartial"
+                             "-juxt"
+                             "-applify"
+                             "-on"
+                             "-flip"
+                             "-const"
+                             "-cut"
+                             "-orfn"
+                             "-andfn"
                              ))
              (special-variables '(
                                   "it"



reply via email to

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