cvs commit: fptools/CONTRIB/haskell-modes/emacs indent.hs haskell-indent.el ChangeLog

[email protected] Mon, 7 Nov 2005 12:04:15 -0800
Newsgroups gmane.comp.lang.haskell.cvs.fptools
Message-ID <200511072004.jA7K4FmA006566__49029.7329881743$1131394023$gmane$org@monk.galois.com>
monnier     2005/11/07 12:04:15 PST

  Modified files:
    CONTRIB/haskell-modes/emacs indent.hs haskell-indent.el 
                                ChangeLog 
  Log:
  (haskell-indent-inside-comment): Rename `start' arg
  into `open' and add a new `start' arg.
  (haskell-indent-after-keywords): Change defaults for `in'.
  (haskell-indent-indentation-info): Fix confusion between pos and col.
  (haskell-indent-mode): Autoload.
  
  Revision  Changes    Path
  1.10      +8 -9      fptools/CONTRIB/haskell-modes/emacs/indent.hs
  1.21      +9 -9      fptools/CONTRIB/haskell-modes/emacs/haskell-indent.el
  1.22      +8 -0      fptools/CONTRIB/haskell-modes/emacs/ChangeLog