Skip to content

Commit 9050341

Browse files
authored
Merge pull request #1784 from VitalyAnkh/fix_cl_case_error
Correct parenthese matching error
2 parents f988332 + 4010de3 commit 9050341

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

haskell-commands.el

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -677,9 +677,9 @@ happened since function invocation)."
677677
(cdr (reverse haskell-utils-async-post-command-flag))))
678678
;; Present the result only when response is valid and not asked
679679
;; to insert result
680-
(haskell-command-echo-or-present response)))
680+
(haskell-command-echo-or-present response))))
681681

682-
(haskell-utils-async-stop-watching-changes init-buffer))))))))
682+
(haskell-utils-async-stop-watching-changes init-buffer)))))))
683683

684684
(make-obsolete 'haskell-process-generate-tags
685685
'haskell-mode-generate-tags

0 commit comments

Comments
 (0)