Skip to content
Snippets Groups Projects
Commit 3a78d8b2 authored by ram's avatar ram
Browse files

Change herald to suggest reporting to local maintainer.

parent bcaa9cb5
No related branches found
No related tags found
No related merge requests found
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
;;; Scott Fahlman or slisp-group@cs.cmu.edu. ;;; Scott Fahlman or slisp-group@cs.cmu.edu.
;;; ;;;
(ext:file-comment (ext:file-comment
"$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/generic-site.lisp,v 1.4 1992/05/23 02:00:56 ram Exp $") "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/generic-site.lisp,v 1.5 1992/05/30 12:56:53 ram Exp $")
;;; ;;;
;;; ********************************************************************** ;;; **********************************************************************
;;; ;;;
...@@ -20,6 +20,14 @@ ...@@ -20,6 +20,14 @@
(setq *short-site-name* "Unknown") (setq *short-site-name* "Unknown")
(setq *long-site-name* "Site name not initialized") (setq *long-site-name* "Site name not initialized")
;;; We would appreciate it if each site establishes a local maintainer who can
;;; filter bug reports from novice users to make sure that they really have
;;; found a bug. Fill in the maintainer's address here..
(setf (getf *herald-items* :bugs)
'("Send bug reports and questions to your local CMU CL maintainer, or to
cmucl-bugs@cs.cmu.edu.
Loaded subsystems:"))
;;; The following Hemlock initializations will error if run in a core without ;;; The following Hemlock initializations will error if run in a core without
;;; hemlock. ;;; hemlock.
#+hemlock (progn #+hemlock (progn
......
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