[cmucl-cvs] [git] CMU Common Lisp branch master updated. snapshot-2012-07-4-g5a06638

Raymond Toy rtoy at common-lisp.net
Tue Jul 17 05:21:31 UTC 2012


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "CMU Common Lisp".

The branch, master has been updated
       via  5a06638f9d7e8309d4bb8eee49436489d5ce525f (commit)
      from  99020b36cd96dae59ba3638d01c69d18ee9edcd1 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 5a06638f9d7e8309d4bb8eee49436489d5ce525f
Author: Raymond Toy <toy.raymond at gmail.com>
Date:   Mon Jul 16 22:21:18 2012 -0700

    Change url to www.cmucl.org.

diff --git a/src/code/save.lisp b/src/code/save.lisp
index 69d91fc..f06461f 100644
--- a/src/code/save.lisp
+++ b/src/code/save.lisp
@@ -357,7 +357,7 @@
 
 (setf (getf *herald-items* :bugs)
       `(,#'(lambda (stream)
-	     (write-string (intl:gettext "See <http://www.cons.org/cmucl/> for support information.") stream))
+	     (write-string (intl:gettext "See <http://www.cmucl.org/> for support information.") stream))
 	terpri
 	,#'(lambda (stream)
 	     (write-string (intl:gettext "Loaded subsystems:") stream))))

-----------------------------------------------------------------------

Summary of changes:
 src/code/save.lisp |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
CMU Common Lisp




More information about the cmucl-cvs mailing list