emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/haskell-tng-mode 3ab7495 342/385: thots


From: ELPA Syncer
Subject: [nongnu] elpa/haskell-tng-mode 3ab7495 342/385: thots
Date: Wed, 6 Oct 2021 00:00:01 -0400 (EDT)

branch: elpa/haskell-tng-mode
commit 3ab7495327aa3e007721ddcfd1d480db8ae92108
Author: Tseen She <ts33n.sh3@gmail.com>
Commit: Tseen She <ts33n.sh3@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

[Prev in Thread] Current Thread [Next in Thread]