We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b17105 commit 9db0ceeCopy full SHA for 9db0cee
nrepl-dict.el
@@ -28,7 +28,8 @@
28
;;; Commentary:
29
;;
30
;; Provides functions to interact with and create `nrepl-dict's. These are
31
-;; simply plists with an extra element at the head.
+;; simply plists with an extra element at the head, and using `equal' for
32
+;; comparison of string keys.
33
34
;;; Code:
35
(require 'cl-lib)
@@ -199,7 +200,7 @@ If NO-JOIN is given, return the first non nil dict."
199
200
(t `(,dict1 ,dict2)))))
201
202
-;;; Dbind
203
+;;; Destructuring-bind of string keys
204
(defmacro nrepl-dbind-response (response keys &rest body)
205
"Destructure an nREPL RESPONSE dict.
206
Bind the value of the provided KEYS and execute BODY."
0 commit comments