Skip to content

Commit

Permalink
Turn off parse-sexp-ignore-comments (?)
Browse files Browse the repository at this point in the history
Ignore-this: 86a95ede94d4f5bee3f9889c410b4

darcs-hash:20091202161717-f57bf-0ccb4e68303c6f966cc43449130ba84f27eae8c9.gz
  • Loading branch information
svein.ove committed Dec 2, 2009
1 parent 2816f23 commit 46d792f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion haskell-mode.el
Expand Up @@ -453,7 +453,7 @@ Invokes `haskell-mode-hook'."
(set (make-local-variable 'comment-start-skip) "[-{]-[ \t]*")
(set (make-local-variable 'comment-end) "")
(set (make-local-variable 'comment-end-skip) "[ \t]*\\(-}\\|\\s>\\)")
(set (make-local-variable 'parse-sexp-ignore-comments) t)
(set (make-local-variable 'parse-sexp-ignore-comments) nil)
;; Set things up for eldoc-mode.
(set (make-local-variable 'eldoc-documentation-function)
'haskell-doc-current-info)
Expand Down

0 comments on commit 46d792f

Please sign in to comment.