Skip to content

Fix #176: short-site-name and long-site-name return NIL

Raymond Toy requested to merge issue-176-site-name-is-nil into master

Since we don't try to determine a site name ourselves, we should set these to NIL, as mentioned in CLHS short-site-name.

As the docstring says, the values are intended to be set in "library:site-init.lisp".

Merge request reports