Skip to content

Commit 7ab3208

Browse files
xiongtxbbatsov
authored andcommitted
Ignored unused parameter win in cider-locref-help-echo
See: https://travis-ci.org/clojure-emacs/cider/jobs/317868987#L1071
1 parent 44d7c46 commit 7ab3208

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cider-repl.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1101,7 +1101,7 @@ regexes from `cider-locref-regexp-alist' to infer locations at point."
11011101
"Overlay used during hoovering on location references in REPL buffers.
11021102
One for all REPLs.")
11031103

1104-
(defun cider-locref-help-echo (win buffer pos)
1104+
(defun cider-locref-help-echo (_win buffer pos)
11051105
"Function for help-echo property in REPL buffers.
11061106
WIN, BUFFER and POS are the window, buffer and point under mouse position."
11071107
(with-current-buffer buffer

0 commit comments

Comments
 (0)