Skip to content

Commit

Permalink
Comments only. Minor corrections to work with outline-minor-mode.
Browse files Browse the repository at this point in the history
  • Loading branch information
nominolo committed Mar 11, 2009
1 parent 78da18e commit 5fd8549
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/Scion/Session.hs
Expand Up @@ -12,7 +12,7 @@
-- Utilities to manipulate the session state.
--
module Scion.Session where
-- * Imports
-- Imports
import Prelude hiding ( mod )
import GHC hiding ( flags, load )
import HscTypes ( srcErrorMessages, SourceError, isBootSummary )
Expand Down Expand Up @@ -653,6 +653,5 @@ removeMessagesForFile fname0 res = do
, compilationErrors = errors' }

-- Local Variables:
-- outline-regexp: "-- *+"
-- End:
-- indent-tabs-mode: nil
-- End:

0 comments on commit 5fd8549

Please sign in to comment.