Merge pull request #963 from magnars/split-dash-in-two

Split dash in two: dash.el and dash-functional.el
This commit is contained in:
Steve Purcell 2013-08-18 02:22:15 -07:00
commit 57eed8767c
2 changed files with 2 additions and 1 deletions

View file

@ -1 +1 @@
(dash :fetcher github :repo "magnars/dash.el")
(dash :fetcher github :repo "magnars/dash.el" :files ("dash.el"))

1
recipes/dash-functional Normal file
View file

@ -0,0 +1 @@
(dash-functional :fetcher github :repo "magnars/dash.el" :files ("dash-functional.el"))