summaryrefslogtreecommitdiff
path: root/cider-repl.el
diff options
context:
space:
mode:
authorTianxiang Xiong <tianxiang.xiong@gmail.com>2017-12-17 17:58:25 -0800
committerBozhidar Batsov <bozhidar.batsov@gmail.com>2017-12-18 07:36:27 +0000
commit7ab32081305aecc45b5786c1b35f3aeb2450a92c (patch)
treea4f172915cd59982bee88aedc73c8a7bcc7af331 /cider-repl.el
parent44d7c46dac266e56c8fdc228dbfe7b5f8a405cee (diff)
Ignored unused parameter `win` in `cider-locref-help-echo`
See: https://travis-ci.org/clojure-emacs/cider/jobs/317868987#L1071
Diffstat (limited to 'cider-repl.el')
-rw-r--r--cider-repl.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/cider-repl.el b/cider-repl.el
index 815891a2..ed8b033a 100644
--- a/cider-repl.el
+++ b/cider-repl.el
@@ -1101,7 +1101,7 @@ regexes from `cider-locref-regexp-alist' to infer locations at point."
"Overlay used during hoovering on location references in REPL buffers.
One for all REPLs.")
-(defun cider-locref-help-echo (win buffer pos)
+(defun cider-locref-help-echo (_win buffer pos)
"Function for help-echo property in REPL buffers.
WIN, BUFFER and POS are the window, buffer and point under mouse position."
(with-current-buffer buffer