Skip to content

Commit

Permalink
Fix a lint warning
Browse files Browse the repository at this point in the history
  • Loading branch information
bbatsov committed Sep 30, 2024
1 parent fd7e5da commit dc74c45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clojure-ts-mode.el
Original file line number Diff line number Diff line change
Expand Up @@ -968,7 +968,7 @@ See `clojure-ts--font-lock-settings' for usage of MARKDOWN-AVAILABLE."

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

;;;###autoload
Expand Down

0 comments on commit dc74c45

Please sign in to comment.