summaryrefslogtreecommitdiff
path: root/cider-repl-history.el
Commit message (Collapse)AuthorAge
* [#2199] Indentation adjustments, per elisp-lintNeil Okamoto2018-03-05
|
* Replace a few occurrences of when + not with unlessBozhidar Batsov2017-12-24
|
* Replace `if-let` and `when-let` with starred versionsTianxiang Xiong2017-12-11
| | | | | | | | | | Fix #2130. Emacs 26 obsoletes `if-let` and `when-let`, replacing them with `if-let*` and `when-let*`. This raises byte-compilation warnings (treated as errors) when testing against Emacs 26. See: http://git.savannah.gnu.org/cgit/emacs.git/tree/etc/NEWS?h=emacs-26#n1278
* Don't set `show-args` to `t` in `cl-assert`Tianxiang Xiong2017-07-23
| | | | | | Doing so causes a [byte-compiler error](https://travis-ci.org/clojure-emacs/cider/jobs/256287467#L1214) under Emacs 24. See: https://emacs.stackexchange.com/questions/34341/error-called-with-1-args-to-fill-0-format-fields/34350#34350
* [Fix #1352] Add checkdoc to build (#1957)Erik Assum2017-03-10
| | | This also fixes some issues checkdoc was currently reporting.
* Add cider-history command, based on browse-kill-ringJohn Valente2017-01-11