We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 548f66e commit 04a335dCopy full SHA for 04a335d
cider-macroexpansion.el
@@ -73,7 +73,7 @@ This variable specifies both what was expanded and the expander.")
73
(defun cider-macroexpand-again ()
74
"Repeat the last macroexpansion."
75
(interactive)
76
- (cider-initialize-macroexpansion-buffer cider-last-macroexpansion-expression nrepl-buffer-ns))
+ (cider-initialize-macroexpansion-buffer cider-last-macroexpand-expression nrepl-buffer-ns))
77
78
;;;###autoload
79
(defun cider-macroexpand-1 (&optional prefix)
0 commit comments