From ad873816751af0cb11cd688edcba2d897de9a3ed Mon Sep 17 00:00:00 2001 From: dtc <dtc> Date: Mon, 4 May 1998 00:05:54 +0000 Subject: [PATCH] Request that questions be sent to cmucl-help@cons.org and that bug reports be sent to cmucl-imp@cons.org. --- code/generic-site.lisp | 7 +++---- code/save.lisp | 4 ++-- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/code/generic-site.lisp b/code/generic-site.lisp index 0ac49099f..15dfaa4e0 100644 --- a/code/generic-site.lisp +++ b/code/generic-site.lisp @@ -5,7 +5,7 @@ ;;; Carnegie Mellon University, and has been placed in the public domain. ;;; (ext:file-comment - "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/generic-site.lisp,v 1.12 1998/04/07 03:13:57 dtc Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/generic-site.lisp,v 1.13 1998/05/04 00:05:54 dtc Exp $") ;;; ;;; ********************************************************************** ;;; @@ -23,9 +23,8 @@ ;;; found a bug. Fill in the maintainer's address here.. (rplaca (cdr (member :bugs *herald-items*)) - '("Send bug reports and questions to your local CMU CL maintainer, " - "or to" terpri - "cmucl-imp@cons.org." terpri + '("Send questions and bug reports to your local CMU CL maintainer, " + "or to cmucl-help@cons.org. and cmucl-imp@cons.org. respectively." terpri "Loaded subsystems:" terpri)) ;;; If you have sources installed on your system, un-comment the following form diff --git a/code/save.lisp b/code/save.lisp index 941208e8d..1134a8585 100644 --- a/code/save.lisp +++ b/code/save.lisp @@ -5,7 +5,7 @@ ;;; Carnegie Mellon University, and has been placed in the public domain. ;;; (ext:file-comment - "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/save.lisp,v 1.34 1998/04/07 03:13:58 dtc Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/save.lisp,v 1.35 1998/05/04 00:05:54 dtc Exp $") ;;; ;;; ********************************************************************** ;;; @@ -228,7 +228,7 @@ ,#'(lambda (stream) (write-string (machine-instance) stream)))) (setf (getf *herald-items* :bugs) - '("Send bug reports and questions to cmucl-imp@cons.org." + '("Send questions to cmucl-help@cons.org. and bug reports to cmucl-imp@cons.org." terpri "Loaded subsystems:")) -- GitLab