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

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

[nongnu] elpa/haskell-mode 4010de30ec 22/24: The emacs upstream will rai


From: ELPA Syncer
Subject: [nongnu] elpa/haskell-mode 4010de30ec 22/24: The emacs upstream will raise an error now when `otherwise` or `t`
Date: Tue, 1 Nov 2022 22:58:56 -0400 (EDT)

branch: elpa/haskell-mode
commit 4010de30ec6ae691aaf1ec715ccd23df7dfbe48a
Author: vitalyr <vitalyankh@gmail.com>
Commit: vitalyr <vitalyankh@gmail.com>

    The emacs upstream will raise an error now when `otherwise` or `t`
    clause is not the last clause in a `cl-case`. There is a such `cl-case`
    in `haskell-commands.el` which is apparently a typo and should be fixed.
    
    Reference: 
https://git.savannah.gnu.org/cgit/emacs.git/commit/?id=6d8f5161ead689b7a2e44a7de0a695f0ab4c833b
---
 haskell-commands.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/haskell-commands.el b/haskell-commands.el
index c916e26489..0cacb376b4 100644
--- a/haskell-commands.el
+++ b/haskell-commands.el
@@ -677,9 +677,9 @@ happened since function invocation)."
                             (cdr (reverse 
haskell-utils-async-post-command-flag))))
                ;; Present the result only when response is valid and not asked
                ;; to insert result
-               (haskell-command-echo-or-present response)))
+               (haskell-command-echo-or-present response))))
 
-            (haskell-utils-async-stop-watching-changes init-buffer))))))))
+          (haskell-utils-async-stop-watching-changes init-buffer)))))))
 
 (make-obsolete 'haskell-process-generate-tags
                'haskell-mode-generate-tags



reply via email to

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