home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / pcl / src-16f.lha / code / cmu-site.lisp < prev    next >
Encoding:
Text File  |  1992-05-30  |  812 b   |  21 lines

  1. ;;; -*- Mode: Lisp; Package: System -*-
  2. ;;;
  3. ;;; **********************************************************************
  4. ;;; This code was written as part of the CMU Common Lisp project at
  5. ;;; Carnegie Mellon University, and has been placed in the public domain.
  6. ;;; If you want to use this code or any part of CMU Common Lisp, please contact
  7. ;;; Scott Fahlman or slisp-group@cs.cmu.edu.
  8. ;;;
  9. (ext:file-comment
  10.   "$Header: cmu-site.lisp,v 1.1 91/08/30 17:43:33 ram Exp $")
  11. ;;;
  12. ;;; **********************************************************************
  13. ;;;
  14. ;;; Site specific initialization for CMU.  This can be used as a template for
  15. ;;; non-cmu "library:site-init" files.
  16. ;;;
  17. (in-package "SYSTEM")
  18.  
  19. (setq *short-site-name* "CMU-SCS")
  20. (setq *long-site-name* "Carnegie-Mellon University School of Computer Science")
  21.