;;;; -*- Mode: LISP; Syntax: ANSI-Common-Lisp; Base: 10 -*- ;;;; ************************************************************************* ;;;; FILE IDENTIFICATION ;;;; ;;;; Name: systems.lisp ;;;; Purpose: Setup loading of systems ;;;; Author: Kevin M. Rosenberg ;;;; Created: Feb 2002 ;;;; ;;;; This file is free software and in the public domain. It can be used ;;;; by anybody for any purpose. ;;;; ;;;; $Id: systems.lisp 9069 2004-04-18 19:06:24Z kevin $ ;;;; ************************************************************************* (in-package #:lboot) ;;; I use this file to hold short-named functions that automatically ;;; load and configure software packages which I use frequently, such as ;;; 'lu' which loads and sets passwords for my UMLisp package