Skip to content

Commit b3f8fa0

Browse files
committed
Handle properly Boot's deftask docstrings
1 parent 3741ee3 commit b3f8fa0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

clojure-mode.el

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1042,6 +1042,7 @@ point) to check."
10421042
(put 'defmacro 'clojure-doc-string-elt 2)
10431043
(put 'definline 'clojure-doc-string-elt 2)
10441044
(put 'defprotocol 'clojure-doc-string-elt 2)
1045+
(put 'deftask 'clojure-doc-string-eld 2) ;; common Boot macro
10451046

10461047
;;; Vertical alignment
10471048
(defcustom clojure-align-forms-automatically nil

0 commit comments

Comments
 (0)