Commit d0fa85bd authored by Paulo Madeira's avatar Paulo Madeira Committed by João Távora
Browse files

Fix Allegro CL backend problem with temporary files.

* swank-allegro.lisp (swank-compile-string): Don't bind
*default-pathname-defaults*.

(cherry picked from SLIME commit
fc001b63)

Conflicts:
	ChangeLog
parent d5c49066
Showing with 1 addition and 5 deletions
+1 -5
......@@ -498,11 +498,7 @@
(with-compilation-hooks ()
(let ((*buffer-name* buffer)
(*buffer-start-position* position)
(*buffer-string* string)
(*default-pathname-defaults*
(if filename
(merge-pathnames (pathname filename))
*default-pathname-defaults*)))
(*buffer-string* string))
(compile-from-temp-file string buffer position filename)))
(reader-error () nil)))
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment