Skip to content

Commit

Permalink
Indent the bound-fn built-in macro as a defun.
Browse files Browse the repository at this point in the history
  • Loading branch information
pjstadig committed May 30, 2011
1 parent 3a56d74 commit e491c47
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions clojure-mode.el
Expand Up @@ -723,6 +723,7 @@ use (put-clojure-indent 'some-symbol 'defun)."
(fn 'defun)
(def 'defun)
(defn 'defun)
(bound-fn 'defun)
(if 1)
(if-not 1)
(condp 2)
Expand Down

0 comments on commit e491c47

Please sign in to comment.