From b7664468ebd7b96708ada1c76d1697232e301f96 Mon Sep 17 00:00:00 2001 From: davidsiefert Date: Tue, 24 Feb 2015 16:26:04 -0600 Subject: [PATCH] Use tags-table-list instead of tags-file-name This way I can jump not only in the file I'm in, but to the library sources as well... --- haskell-commands.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/haskell-commands.el b/haskell-commands.el index ed15a07b4..f1c250e6a 100644 --- a/haskell-commands.el +++ b/haskell-commands.el @@ -635,7 +635,7 @@ command from GHCi." "xargs -0 hasktags -e -x")))) :complete (lambda (state response) (when (cdr state) - (let ((tags-file-name + (let ((add-to-list 'tags-table-list (haskell-session-tags-filename (haskell-process-session (car state))))) (find-tag (cdr state))))