From 5b549bc0a33eba24dea09948e4912dbc2725b130 Mon Sep 17 00:00:00 2001 From: Matus Goljer Date: Sat, 28 Oct 2017 17:11:09 +0200 Subject: [PATCH] Add missing fontification keywords --- dash.el | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/dash.el b/dash.el index aee31af..d016d00 100644 --- a/dash.el +++ b/dash.el @@ -2632,6 +2632,10 @@ structure such as plist or alist." "-union" "-intersection" "-difference" + "-powerset" + "-permutations" + "-inits" + "-tails" "-contains?" "-contains-p" "-same-items?"