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

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

[elpa] externals/dash bdf4a5d868 7/8: Add macros missing from font lock


From: ELPA Syncer
Subject: [elpa] externals/dash bdf4a5d868 7/8: Add macros missing from font lock in Emacs 24
Date: Sat, 4 Mar 2023 17:57:35 -0500 (EST)

branch: externals/dash
commit bdf4a5d868618532d34c7b5bae6ac382c3b58f67
Author: Basil L. Contovounesios <contovob@tcd.ie>
Commit: Basil L. Contovounesios <contovob@tcd.ie>

    Add macros missing from font lock in Emacs 24
    
    * dash.el (dash--keywords): Add missing macro names to font lock
    keywords in Emacs 24.
---
 dash.el | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)

diff --git a/dash.el b/dash.el
index 2b04aea9ef..a95ae60be0 100644
--- a/dash.el
+++ b/dash.el
@@ -3857,18 +3857,26 @@ This function satisfies the following laws:
         (let ((macs '("!cdr"
                       "!cons"
                       "-->"
+                      "--all-p"
                       "--all?"
                       "--annotate"
+                      "--any"
+                      "--any-p"
                       "--any?"
                       "--count"
                       "--dotimes"
                       "--doto"
                       "--drop-while"
                       "--each"
+                      "--each-indexed"
                       "--each-r"
                       "--each-r-while"
                       "--each-while"
+                      "--every"
+                      "--every-p"
+                      "--every?"
                       "--filter"
+                      "--find"
                       "--find-index"
                       "--find-indices"
                       "--find-last-index"
@@ -3887,8 +3895,11 @@ This function satisfies the following laws:
                       "--mapcat"
                       "--max-by"
                       "--min-by"
+                      "--none-p"
                       "--none?"
+                      "--only-some-p"
                       "--only-some?"
+                      "--partition-after-pred"
                       "--partition-by"
                       "--partition-by-header"
                       "--reduce"
@@ -3899,11 +3910,18 @@ This function satisfies the following laws:
                       "--reductions-from"
                       "--reductions-r"
                       "--reductions-r-from"
+                      "--reject"
+                      "--reject-first"
+                      "--reject-last"
                       "--remove"
                       "--remove-first"
                       "--remove-last"
+                      "--replace-where"
+                      "--select"
                       "--separate"
                       "--some"
+                      "--some-p"
+                      "--some?"
                       "--sort"
                       "--splice"
                       "--splice-list"
@@ -3924,6 +3942,7 @@ This function satisfies the following laws:
                       "->"
                       "->>"
                       "-as->"
+                      "-cut"
                       "-doto"
                       "-if-let"
                       "-if-let*"



reply via email to

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