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))))