Skip to content
Snippets Groups Projects
Commit 8563701f authored by emarsden's avatar emarsden
Browse files

Herald refers to web site rather than to mailing list addresses

for sending bug reports.
parent 9f9ce78d
No related branches found
No related tags found
No related merge requests found
...@@ -5,12 +5,12 @@ ...@@ -5,12 +5,12 @@
;;; Carnegie Mellon University, and has been placed in the public domain. ;;; Carnegie Mellon University, and has been placed in the public domain.
;;; ;;;
(ext:file-comment (ext:file-comment
"$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/generic-site.lisp,v 1.14 2000/08/20 14:42:46 dtc Exp $") "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/generic-site.lisp,v 1.15 2003/02/05 14:41:11 emarsden Exp $")
;;; ;;;
;;; ********************************************************************** ;;; **********************************************************************
;;; ;;;
;;; Generic site specific initialization for CMU CL. This can be used as a ;;; This file is installed as "library:site-init" in binary
;;; template for non-cmu "library:site-init" files. ;;; distributions of CMUCL.
;;; ;;;
(in-package "SYSTEM") (in-package "SYSTEM")
...@@ -23,8 +23,8 @@ ...@@ -23,8 +23,8 @@
;;; found a bug. Fill in the maintainer's address here.. ;;; found a bug. Fill in the maintainer's address here..
(rplaca (rplaca
(cdr (member :bugs *herald-items*)) (cdr (member :bugs *herald-items*))
'("Send questions and bug reports to your local CMU CL maintainer, " terpri '("Send questions and bug reports to your local CMUCL maintainer, " terpri
"or to cmucl-help@cons.org. and cmucl-imp@cons.org. respectively." terpri "or see <http://www.cons.org/cmucl/support.html>." terpri
"Loaded subsystems:" terpri)) "Loaded subsystems:" terpri))
;;; If you have sources installed on your system, un-comment the following form ;;; If you have sources installed on your system, un-comment the following form
......
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
;;; Carnegie Mellon University, and has been placed in the public domain. ;;; Carnegie Mellon University, and has been placed in the public domain.
;;; ;;;
(ext:file-comment (ext:file-comment
"$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/save.lisp,v 1.46 2003/01/30 17:18:59 toy Exp $") "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/save.lisp,v 1.47 2003/02/05 14:41:10 emarsden Exp $")
;;; ;;;
;;; ********************************************************************** ;;; **********************************************************************
;;; ;;;
...@@ -270,7 +270,7 @@ ...@@ -270,7 +270,7 @@
)) ))
(setf (getf *herald-items* :bugs) (setf (getf *herald-items* :bugs)
'("Send questions to cmucl-help@cons.org. and bug reports to cmucl-imp@cons.org." '("See <http://www.cons.org/cmucl/> for support information."
terpri terpri
"Loaded subsystems:")) "Loaded subsystems:"))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment