From be4e939b8982fa9a6ac5286027ea8ae1ff9b9b19 Mon Sep 17 00:00:00 2001 From: "Basil L. Contovounesios" Date: Wed, 10 Feb 2021 14:30:07 +0000 Subject: [PATCH] ; Fix recent whitespace change in dev/examples.el. --- dev/examples.el | 1 + 1 file changed, 1 insertion(+) diff --git a/dev/examples.el b/dev/examples.el index d7d94ce..d8513e2 100644 --- a/dev/examples.el +++ b/dev/examples.el @@ -1626,6 +1626,7 @@ or readability." "Functions that manipulate and compose other functions. They are currently offered in the separate package `dash-functional' for historical reasons, and will soon be absorbed by `dash'." + (defexamples -partial (funcall (-partial '- 5) 3) => 2 (funcall (-partial '+ 5 2) 3) => 10)