Skip to content

Commit

Permalink
Fix source locations when recompiling from an xref buffer.
Browse files Browse the repository at this point in the history
From slime/slime#175

* sly.el (sly-recompile-locations): pass full filenames to
swank:compile-multiple-strings-for-emacs

(cherry picked from SLIME commit
0249a079921b29ceb720c6524c30a7ee8d60a848)

Conflicts:
	ChangeLog
	slime.el
  • Loading branch information
3b authored and joaotavora committed Aug 20, 2014
1 parent 79b7ccf commit 00d1d6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sly.el
Original file line number Diff line number Diff line change
Expand Up @@ -2573,7 +2573,7 @@ ASK asks the user."
(sly-current-package)
start
(if (buffer-file-name)
(file-name-directory (buffer-file-name))
(sly-to-lisp-filename (buffer-file-name))
nil)))))
',sly-compilation-policy)
cont))
Expand Down

0 comments on commit 00d1d6b

Please sign in to comment.