Skip to content

Commit dd1c044

Browse files
committed
Fix unused variable warning
1 parent aeb125e commit dd1c044

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cider-interaction.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1589,7 +1589,7 @@ under point, prompts for a var."
15891589
(url-request-extra-headers `(("Content-Type" . "text/plain"))))
15901590
;; TODO: add a whitelist of supported namespaces
15911591
(url-retrieve (cider-grimoire-url name ns (cider--clojure-version))
1592-
(lambda (status)
1592+
(lambda (_status)
15931593
;; we need to strip the http header
15941594
(goto-char (point-min))
15951595
(re-search-forward "^$")

0 commit comments

Comments
 (0)