cvs commit: fptools/CONTRIB/haskell-modes/emacs indent.hs haskell-indent.el ChangeLog
[email protected] Mon, 7 Nov 2005 09:10:53 -0800
| Newsgroups | gmane.comp.lang.haskell.cvs.fptools |
|---|---|
| Message-ID | <200511071710.jA7HAr8N005776__32084.9257325337$1131383571$gmane$org@monk.galois.com> |
monnier 2005/11/07 09:10:53 PST
Modified files:
CONTRIB/haskell-modes/emacs indent.hs haskell-indent.el
ChangeLog
Log:
(haskell-indent-find-matching-start): Add `pred' and `start' arguments.
(haskell-indent-filter-let-no-in): New fun.
(haskell-indent-indentation-info): Use them to correctly match `let's
with `in's even when some of the `let's have no matching `in'.
Revision Changes Path
1.9 +1 -1 fptools/CONTRIB/haskell-modes/emacs/indent.hs
1.20 +40 -13 fptools/CONTRIB/haskell-modes/emacs/haskell-indent.el
1.21 +8 -0 fptools/CONTRIB/haskell-modes/emacs/ChangeLog