Did anyone look into getting this committed? It's a simple change, only one line:
Index: swank-ecl.lisp =================================================================== RCS file: /project/slime/cvsroot/slime/swank-ecl.lisp,v retrieving revision 1.7 diff -w -r1.7 swank-ecl.lisp 145c145 < (line) ---
((not line))
Dustin Long wrote:
Hi, Attached is a patch that unbreaks slime-compile-defun in ECL. Without it, the compiler seems to succeed but doesn't actually compile any of the code.