blob: b1a54bfb3ceb594c12e837a36c65575b76c679bd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
diff -ur cmucl-19a-release-20040728.orig.orig/src/code/save.lisp cmucl-19a-release-20040728.orig/src/code/save.lisp
--- cmucl-19a-release-20040728.orig.orig/src/code/save.lisp 2004-06-29 16:24:46.000000000 -0500
+++ cmucl-19a-release-20040728.orig/src/code/save.lisp 2004-08-03 11:18:05.286348696 -0500
@@ -289,11 +289,9 @@
))
(setf (getf *herald-items* :bugs)
- '("For support see http://www.cons.org/cmucl/support.html Send bug reports to the debian BTS."
- terpri
- "or to "
- "pvaneynd@debian.org" terpri
- "type (help) for help, (quit) to exit, and (demo) to see the demos" terpri
+ '("For support see http://www.cons.org/cmucl/support.html" terpri
+ "Send bug reports to http://bugs.gentoo.org" terpri
+ "Type (help) for help or (quit) to exit." terpri
terpri
"Loaded subsystems:"))
Only in cmucl-19a-release-20040728.orig/src/code: save.lisp~
|