Adding -first-item and -last-item. [magnars/dash.el#17]
`-first-item` is a trivial alias to `car`, so I used `defalias` so there isn't the additional overhead of a function call. This has broken `create_docs.sh`. It seems that `defexamples` expects `symbol-function` to return an elisp function definition, but `car` is implemented in C.master
parent
2b200884ca
commit
e07cef640b
2 changed files with 15 additions and 0 deletions
Loading…
Reference in new issue