Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions haskell-commands.el
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down