JezK
Edit File: lisp-config.lisp
(in-package :common-lisp-user) ;;; Please don't change this file. Automaticly generated by common-lisp-controller package. ;;; Run dpkg-reconfigure common-lisp-controller as root to change the settings #+(or cmu scl) (setf system:*short-site-name* "Unknown" system:*long-site-name* "Site name not initialized") #+sbcl (setf sb-sys:*short-site-name* "Unknown" sb-sys:*long-site-name* "Site name not initialized")