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.
win
cider-locref-help-echo
1 parent 44d7c46 commit 7ab3208Copy full SHA for 7ab3208
cider-repl.el
@@ -1101,7 +1101,7 @@ regexes from `cider-locref-regexp-alist' to infer locations at point."
1101
"Overlay used during hoovering on location references in REPL buffers.
1102
One for all REPLs.")
1103
1104
-(defun cider-locref-help-echo (win buffer pos)
+(defun cider-locref-help-echo (_win buffer pos)
1105
"Function for help-echo property in REPL buffers.
1106
WIN, BUFFER and POS are the window, buffer and point under mouse position."
1107
(with-current-buffer buffer
0 commit comments