Skip to content

Commit

Permalink
Merge pull request #1293 from geraldus/g/fix-1234-tags-completion-table
Browse files Browse the repository at this point in the history
Fix 1234: tags-completion-table
  • Loading branch information
gracjan committed Jul 24, 2016
1 parent 9da30b1 commit 9eef80d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion haskell-completions.el
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,8 @@ PREFIX should be a list such one returned by
('haskell-completions-language-extension-prefix
haskell-ghc-supported-extensions)
(otherwise
(append (tags-completion-table)
(append (when (bound-and-true-p haskell-tags-on-save)
tags-completion-table)
haskell-completions--keywords)))))
(list beg end candidates)))))

Expand Down

0 comments on commit 9eef80d

Please sign in to comment.