Skip to content
Snippets Groups Projects
Commit 729f1c0c authored by dtc's avatar dtc
Browse files

Add a terpri to the herald making it a standard width.

parent 2e9d5018
No related branches found
No related tags found
No related merge requests found
...@@ -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/generic-site.lisp,v 1.13 1998/05/04 00:05:54 dtc Exp $") "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/generic-site.lisp,v 1.14 2000/08/20 14:42:46 dtc Exp $")
;;; ;;;
;;; ********************************************************************** ;;; **********************************************************************
;;; ;;;
...@@ -23,7 +23,7 @@ ...@@ -23,7 +23,7 @@
;;; 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, " '("Send questions and bug reports to your local CMU CL maintainer, " terpri
"or to cmucl-help@cons.org. and cmucl-imp@cons.org. respectively." terpri "or to cmucl-help@cons.org. and cmucl-imp@cons.org. respectively." terpri
"Loaded subsystems:" terpri)) "Loaded subsystems:" terpri))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment