Skip to content

Commit a5e89ff

Browse files
committed
Merge pull request #983 from cocreature/pragma-suggestions
Add an additional trigger for pragma suggestions
2 parents 3c8748c + 5864ef2 commit a5e89ff

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

haskell-load.el

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,7 @@ actual Emacs buffer of the module being loaded."
139139
(not (string-match "\\([A-Z][A-Za-z]+\\) is deprecated" msg)))
140140
(string-match "Use \\([A-Z][A-Za-z]+\\) to permit this" msg)
141141
(string-match "Use \\([A-Z][A-Za-z]+\\) to allow" msg)
142+
(string-match "Use \\([A-Z][A-Za-z]+\\) if you want to disable this" msg)
142143
(string-match "use \\([A-Z][A-Za-z]+\\)" msg)
143144
(string-match "You need \\([A-Z][A-Za-z]+\\)" msg)))
144145
(when haskell-process-suggest-language-pragmas

0 commit comments

Comments
 (0)