Skip to content

Commit

Permalink
add if-not indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
jochu committed Feb 24, 2009
1 parent b41ef75 commit d587ea1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion clojure-mode.el
Original file line number Diff line number Diff line change
Expand Up @@ -529,8 +529,9 @@ check for contextual indenting."
(catch 2)
(defmuti 1)
(do 0)
(for 1) ; FIXME (for seqs expr) and (for seqs filter expr)
(for 1)
(if 1)
(if-not 1)
(let 1)
(loop 1)
(struct-map 1)
Expand Down

0 comments on commit d587ea1

Please sign in to comment.