We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f988332 + 4010de3 commit 9050341Copy full SHA for 9050341
haskell-commands.el
@@ -677,9 +677,9 @@ happened since function invocation)."
677
(cdr (reverse haskell-utils-async-post-command-flag))))
678
;; Present the result only when response is valid and not asked
679
;; to insert result
680
- (haskell-command-echo-or-present response)))
+ (haskell-command-echo-or-present response))))
681
682
- (haskell-utils-async-stop-watching-changes init-buffer))))))))
+ (haskell-utils-async-stop-watching-changes init-buffer)))))))
683
684
(make-obsolete 'haskell-process-generate-tags
685
'haskell-mode-generate-tags
0 commit comments