emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/haskell-mode b5941d06eb 2/3: Handle when flymake-proc is u


From: ELPA Syncer
Subject: [nongnu] elpa/haskell-mode b5941d06eb 2/3: Handle when flymake-proc is unavailable (Emacs < 26.1)
Date: Tue, 10 Oct 2023 07:00:59 -0400 (EDT)

branch: elpa/haskell-mode
commit b5941d06ebc7b8efc25c16c416b042735492e89f
Author: Steve Purcell <steve@sanityinc.com>
Commit: GitHub <noreply@github.com>

    Handle when flymake-proc is unavailable (Emacs < 26.1)
---
 haskell-mode.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/haskell-mode.el b/haskell-mode.el
index c93fd31a97..670866a79a 100644
--- a/haskell-mode.el
+++ b/haskell-mode.el
@@ -129,7 +129,7 @@
 (require 'compile)
 (require 'etags)
 (require 'flymake)
-(require 'flymake-proc)
+(require 'flymake-proc nil 'noerror)
 (require 'outline)
 (require 'cl-lib)
 (require 'haskell-ghc-support)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]