Skip to content
Snippets Groups Projects
Commit d6985b6f authored by ram's avatar ram
Browse files

Fixed EDITOR-COMPILE-REGION to use the :SOURCE-INFO arg to

COMPILE-FROM-STREAM instead of :DEFINED-FROM-PATHNAME.
parent e6de5629
No related branches found
No related tags found
No related merge requests found
......@@ -429,7 +429,7 @@
(with-input-from-region (stream region)
(with-pop-up-display (*error-output* :height 19)
(c::compile-from-stream stream
:defined-from-pathname
:source-info
(buffer-pathname (current-buffer)))))))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment