Skip to content

Commit fbd92d4

Browse files
author
Bozhidar Batsov
committed
[Fix #492] Add missing argument in cider-eldoc--arglist-eval-fn call
1 parent a3d7565 commit fbd92d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cider-eldoc.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ POS is the index of current argument."
111111
"Return the arglist for THING."
112112
(if (nrepl-op-supported-p "info")
113113
(cider-eldoc--arglist-op-fn thing)
114-
(cider-eldoc--arglist-eval-fn)))
114+
(cider-eldoc--arglist-eval-fn thing)))
115115

116116
(defun cider-eldoc ()
117117
"Backend function for eldoc to show argument list in the echo area."

0 commit comments

Comments
 (0)