Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
cmucl
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Carl Shapiro
cmucl
Commits
8563701f
Commit
8563701f
authored
22 years ago
by
emarsden
Browse files
Options
Downloads
Patches
Plain Diff
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
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
code/generic-site.lisp
+5
-5
5 additions, 5 deletions
code/generic-site.lisp
code/save.lisp
+2
-2
2 additions, 2 deletions
code/save.lisp
with
7 additions
and
7 deletions
code/generic-site.lisp
+
5
−
5
View file @
8563701f
...
@@ -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.1
4
200
0
/0
8/20
14:4
2:46 dtc
Exp $"
)
"$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/generic-site.lisp,v 1.1
5
200
3
/0
2/05
14:4
1: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
...
...
This diff is collapsed.
Click to expand it.
code/save.lisp
+
2
−
2
View file @
8563701f
...
@@ -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.4
6
2003/0
1/30 17:18:59 toy
Exp $"
)
"$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/save.lisp,v 1.4
7
2003/0
2/05 14:41:10 emarsden
Exp $"
)
;;;
;;;
;;; **********************************************************************
;;; **********************************************************************
;;;
;;;
...
@@ -270,7 +270,7 @@
...
@@ -270,7 +270,7 @@
))
))
(
setf
(
getf
*herald-items*
:bugs
)
(
setf
(
getf
*herald-items*
:bugs
)
'
(
"Se
nd questions to cmucl-help@cons.org. and bug reports to cmucl-imp@cons.org
."
'
(
"Se
e <http://www.cons.org/cmucl/> for support information
."
terpri
terpri
"Loaded subsystems:"
))
"Loaded subsystems:"
))
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment