Skip to content

Commit 8be3410

Browse files
committed
One last shot at pleasing the byte compiler
1 parent b865d00 commit 8be3410

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cider.el

+1-1
Original file line numberDiff line numberDiff line change
@@ -2111,7 +2111,7 @@ alternative to the default is `cider-random-tip'."
21112111
;;;###autoload
21122112
(with-eval-after-load 'clojure-ts-mode
21132113
;; Byte compiling will issue a warning here if clojure-ts-mode is not installed.
2114-
(when (boundp 'clojure-ts-mode-map)
2114+
(with-no-warnings
21152115
(cider--setup-clojure-major-mode clojure-ts-mode-map 'clojure-ts-mode-hook)))
21162116

21172117
(provide 'cider)

0 commit comments

Comments
 (0)