Skip to content

Commit dc74c45

Browse files
committed
Fix a lint warning
1 parent fd7e5da commit dc74c45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clojure-ts-mode.el

+1-1
Original file line numberDiff line numberDiff line change
@@ -968,7 +968,7 @@ See `clojure-ts--font-lock-settings' for usage of MARKDOWN-AVAILABLE."
968968

969969
;; For Emacs 30+, so that `clojure-ts-mode' is treated as deriving from
970970
;; `clojure-mode'
971-
(when (fboundp #'derived-mode-add-parents)
971+
(when (fboundp 'derived-mode-add-parents)
972972
(derived-mode-add-parents 'clojure-ts-mode '(clojure-mode)))
973973

974974
;;;###autoload

0 commit comments

Comments
 (0)