Skip to content

Commit 548f66e

Browse files
author
Bozhidar Batsov
committed
[Fix #677] Pass ns to the macroexpand ops
1 parent 22ea653 commit 548f66e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cider-macroexpansion.el

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ This variable specifies both what was expanded and the expander.")
5353
(plist-get (nrepl-send-request-sync
5454
(list "op" expander
5555
"code" expr
56+
"ns" (cider-current-ns)
5657
"suppress-namespaces" "false")) :value))
5758

5859
(defun cider-macroexpand-expr (expander expr)

0 commit comments

Comments
 (0)