[cmucl-cvs] CMUCL commit: src/code (string.lisp)
Raymond Toy
rtoy at common-lisp.net
Tue Oct 26 13:56:08 UTC 2010
Date: Tuesday, October 26, 2010 @ 09:56:08
Author: rtoy
Path: /project/cmucl/cvsroot/src/code
Modified: string.lisp
Add trailing newline.
-------------+
string.lisp | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
Index: src/code/string.lisp
diff -u src/code/string.lisp:1.28 src/code/string.lisp:1.29
--- src/code/string.lisp:1.28 Wed Oct 13 14:00:44 2010
+++ src/code/string.lisp Tue Oct 26 09:56:08 2010
@@ -5,7 +5,7 @@
;;; Carnegie Mellon University, and has been placed in the public domain.
;;;
(ext:file-comment
- "$Header: /project/cmucl/cvsroot/src/code/string.lisp,v 1.28 2010-10-13 18:00:44 rtoy Exp $")
+ "$Header: /project/cmucl/cvsroot/src/code/string.lisp,v 1.29 2010-10-26 13:56:08 rtoy Exp $")
;;;
;;; **********************************************************************
;;;
@@ -1727,4 +1727,4 @@
(incf idx 2)
(incf idx))
(push c cp)))
- (nreverse cp)))
\ No newline at end of file
+ (nreverse cp)))
More information about the cmucl-cvs
mailing list