Skip to content

Commit 04a335d

Browse files
author
Bozhidar Batsov
committed
Fix a variable name
1 parent 548f66e commit 04a335d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cider-macroexpansion.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ This variable specifies both what was expanded and the expander.")
7373
(defun cider-macroexpand-again ()
7474
"Repeat the last macroexpansion."
7575
(interactive)
76-
(cider-initialize-macroexpansion-buffer cider-last-macroexpansion-expression nrepl-buffer-ns))
76+
(cider-initialize-macroexpansion-buffer cider-last-macroexpand-expression nrepl-buffer-ns))
7777

7878
;;;###autoload
7979
(defun cider-macroexpand-1 (&optional prefix)

0 commit comments

Comments
 (0)