summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorMarshall Bockrath-Vandegrift <llasram@damballa.com>2014-12-18 09:05:55 -0500
committerMarshall Bockrath-Vandegrift <llasram@damballa.com>2014-12-18 09:26:39 -0500
commit92d5ffd6cb03dad7b5dbf99ca216b819bc0d9f5c (patch)
tree2c47745de4a334fe6944c8115180aef8d147912a /CHANGELOG.md
parent797d473f21792be78e9be5698391e913a1d5e5ac (diff)
[Fix #885] Ensure text property keys are symbols.
Maps received via nREPL have string keys. The Emacs Lisp text property functions expect all property keys to be symbols. Thus we must first intern any non-symbol property keys prior to applying them as text properties.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 047ceba6..9acda088 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -9,6 +9,7 @@
* [#824](https://github.com/clojure-emacs/cider/issues/824): Fix REPL font-locking.
* [#888](https://github.com/clojure-emacs/cider/issues/888): Handle comments in `cider-repl-mode`.
* [#830](https://github.com/clojure-emacs/cider/issues/830): Stop using `load-file` for most interactive evaluation commands.
+* [#885](https://github.com/clojure-emacs/cider/issues/885): Translate nREPL-delivered map keys to symbols before adding as text properties.
## 0.8.1 / 2014-11-20