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

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

[elpa] externals/dash be4e939 314/316: ; Fix recent whitespace change in


From: ELPA Syncer
Subject: [elpa] externals/dash be4e939 314/316: ; Fix recent whitespace change in dev/examples.el.
Date: Mon, 15 Feb 2021 15:58:24 -0500 (EST)

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

    ; 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)



reply via email to

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