|
|
|
|
@ -19,11 +19,11 @@ If you want the function combinators, then also: |
|
|
|
|
|
|
|
|
|
Add this to the big comment block at the top: |
|
|
|
|
|
|
|
|
|
;; Package-Requires: ((dash "2.9.0")) |
|
|
|
|
;; Package-Requires: ((dash "2.10.0")) |
|
|
|
|
|
|
|
|
|
To get function combinators: |
|
|
|
|
|
|
|
|
|
;; Package-Requires: ((dash "2.9.0") (dash-functional "1.2.0") (emacs "24")) |
|
|
|
|
;; Package-Requires: ((dash "2.10.0") (dash-functional "1.2.0") (emacs "24")) |
|
|
|
|
|
|
|
|
|
## Syntax highlighting of dash functions |
|
|
|
|
|
|
|
|
|
@ -2144,6 +2144,10 @@ Change `readme-template.md` or `examples-to-docs.el` instead. |
|
|
|
|
|
|
|
|
|
## Changelist |
|
|
|
|
|
|
|
|
|
### From 2.9 to 2.10 |
|
|
|
|
|
|
|
|
|
- Add `-let` destructuring to `-if-let` and `-when-let` (Fredrik Bergroth) |
|
|
|
|
|
|
|
|
|
### From 2.8 to 2.9 |
|
|
|
|
|
|
|
|
|
- Add `-let`, `-let*` and `-lambda` with destructuring |
|
|
|
|
|