From e9b3b44631de22c611d0f72917d6d6a1f4c68276 Mon Sep 17 00:00:00 2001 From: Kazu Yamamoto Date: Tue, 25 Mar 2014 15:59:53 +0900 Subject: [PATCH] comment. --- elisp/ghc-command.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/elisp/ghc-command.el b/elisp/ghc-command.el index f9603e8..caa1761 100644 --- a/elisp/ghc-command.el +++ b/elisp/ghc-command.el @@ -58,6 +58,8 @@ (let ((case-fold-search nil)) (goto-char (point-min)) (while (not (eolp)) + ;; qualified modlues are not merged at this moment. + ;; fixme if it is improper. (if (looking-at "^import *\\([A-Z][^ \n]+\\) *(\\(.*\\))$") (let ((mod (match-string-no-properties 1)) (syms (match-string-no-properties 2))