[slime-cvs] CVS slime

CVS User sboukarev sboukarev at common-lisp.net
Fri Nov 6 17:59:22 UTC 2009


Update of /project/slime/cvsroot/slime
In directory cl-net:/tmp/cvs-serv27188

Modified Files:
	ChangeLog swank-ecl.lisp 
Log Message:
swank-ecl.lisp(find-source-location): Missing comma before error message formatting.
Patch by Andy Hefner.


--- /project/slime/cvsroot/slime/ChangeLog	2009/11/06 16:30:00	1.1913
+++ /project/slime/cvsroot/slime/ChangeLog	2009/11/06 17:59:22	1.1914
@@ -4,6 +4,8 @@
 	for macros include macro name at the first place, unlike arglists
 	for functions. cdr arglists only for macros and special operators.
 	Reported by Andy Hefner.
+	(find-source-location): Missing comma before error message formatting.
+	Patch by Andy Hefner.
 
 2009-11-05  Tobias C. Rittweiler <tcr at freebits.de>
 
--- /project/slime/cvsroot/slime/swank-ecl.lisp	2009/11/06 16:30:00	1.46
+++ /project/slime/cvsroot/slime/swank-ecl.lisp	2009/11/06 17:59:22	1.47
@@ -495,7 +495,7 @@
                                  (skip-toplevel-forms pos s)
                                  (skip-comments-and-whitespace s)
                                  (read-snippet s))))))))
-   `(:error (format nil "Source definition of ~S not found" obj))))
+   `(:error ,(format nil "Source definition of ~S not found" obj))))
 
 ;;;; Profiling
 





More information about the slime-cvs mailing list