Skip to content

Commit

Permalink
Push point onto tag ring
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisdone committed Dec 19, 2014
1 parent fa6468e commit 74b5a3c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions haskell-commands.el
Original file line number Diff line number Diff line change
Expand Up @@ -380,6 +380,7 @@ command from GHCi."
(defun haskell-mode-goto-span (span)
"Jump to the span, whatever file and line and column it needs
to to get there."
(ring-insert find-tag-marker-ring (point-marker))
(find-file (expand-file-name (plist-get span :path)
(haskell-session-cabal-dir (haskell-interactive-session))))
(goto-char (point-min))
Expand Down

0 comments on commit 74b5a3c

Please sign in to comment.