From 5864ef2a36436d27559dd50ec26f782bd87f6afc Mon Sep 17 00:00:00 2001 From: Moritz Kiefer Date: Sat, 7 Nov 2015 20:55:45 +0100 Subject: [PATCH] Add an additional trigger for pragma suggestions --- haskell-load.el | 1 + 1 file changed, 1 insertion(+) diff --git a/haskell-load.el b/haskell-load.el index 592fdd2a9..dc2647b64 100644 --- a/haskell-load.el +++ b/haskell-load.el @@ -139,6 +139,7 @@ actual Emacs buffer of the module being loaded." (not (string-match "\\([A-Z][A-Za-z]+\\) is deprecated" msg))) (string-match "Use \\([A-Z][A-Za-z]+\\) to permit this" msg) (string-match "Use \\([A-Z][A-Za-z]+\\) to allow" msg) + (string-match "Use \\([A-Z][A-Za-z]+\\) if you want to disable this" msg) (string-match "use \\([A-Z][A-Za-z]+\\)" msg) (string-match "You need \\([A-Z][A-Za-z]+\\)" msg))) (when haskell-process-suggest-language-pragmas