summaryrefslogtreecommitdiff
path: root/nrepl-dict.el
Commit message (Collapse)AuthorAge
* Move dictionary manipulation to its own file, nrepl-dict.elArtur Malabarba2016-04-30
A lot of .el files have to manipulate dictionaries, so this forced a lot of files to depend on nrepl-client.el. These were muddy waters if we plan on supporting SocketREPL.