File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1408,15 +1408,9 @@ point) to check."
14081408 found))
14091409
14101410; ; Docstring positions
1411- (put 'ns 'clojure-doc-string-elt 2 )
1412- (put 'def 'clojure-doc-string-elt 2 )
1413- (put 'defn 'clojure-doc-string-elt 2 )
1414- (put 'defn- 'clojure-doc-string-elt 2 )
1415- (put 'defmulti 'clojure-doc-string-elt 2 )
1416- (put 'defmacro 'clojure-doc-string-elt 2 )
1417- (put 'definline 'clojure-doc-string-elt 2 )
1418- (put 'defprotocol 'clojure-doc-string-elt 2 )
1419- (put 'deftask 'clojure-doc-string-elt 2 ) ; ; common Boot macro
1411+ (dolist (sym '(ns def defn defn- defmulti defmacro definline defprotocol
1412+ deftask)) ; ; deftask is a common Boot macro
1413+ (put sym 'clojure-doc-string-elt 2 ))
14201414
14211415; ;; Vertical alignment
14221416(defcustom clojure-align-forms-automatically nil
You can’t perform that action at this time.
0 commit comments