branch: elpa/haskell-tng-mode
commit 3ab7495327aa3e007721ddcfd1d480db8ae92108
Author: Tseen She <ts33n....@gmail.com>
Commit: Tseen She <ts33n....@gmail.com>

    thots
---
 haskell-tng-hsinspect.el | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/haskell-tng-hsinspect.el b/haskell-tng-hsinspect.el
index f56944f..9dcc74e 100644
--- a/haskell-tng-hsinspect.el
+++ b/haskell-tng-hsinspect.el
@@ -92,6 +92,8 @@ definition of the symbol in the build tool's source archive."
         (let ((archive (current-buffer)))
           (goto-char (point-min))
           (re-search-forward (rx-to-string `(: (* any) ,file)))
+          ;; TODO could set the index cache variable to the one we used for the
+          ;;      search, if it provided any useful features.
           (tar-extract)
           (kill-buffer archive)
           (read-only-mode 1)

Reply via email to