summaryrefslogtreecommitdiff
path: root/cider-stacktrace.el
diff options
context:
space:
mode:
authorVitalie Spinu <spinuvit@gmail.com>2018-07-28 20:10:45 +0200
committerBozhidar Batsov <bozhidar.batsov@gmail.com>2018-07-29 12:11:54 +0300
commitaf8a64e825dfcf25061c27ab6c659b6c6108b72e (patch)
tree833d5fce698e42b20cfbf6098174fa4c9d32faa6 /cider-stacktrace.el
parenta769fe15f60d012c849e23c7b268c109a936c2ac (diff)
Fix linter on Emacs27
Diffstat (limited to 'cider-stacktrace.el')
-rw-r--r--cider-stacktrace.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/cider-stacktrace.el b/cider-stacktrace.el
index 94234b34..321d4bbd 100644
--- a/cider-stacktrace.el
+++ b/cider-stacktrace.el
@@ -601,7 +601,7 @@ prompt and whether to use a new window. Similar to `cider-find-var'."
;; Rendering
-
+(defvar cider-use-tooltips)
(defun cider-stacktrace-tooltip (tooltip)
"Return TOOLTIP if `cider-use-tooltips' is set to true, nil otherwise."
(when cider-use-tooltips tooltip))