Sophie

Sophie

distrib > Fedora > 13 > i386 > media > updates-src > by-pkgid > f126ebdb0fe6044f32084f29503c0f92 > files > 11

sbcl-1.0.38-2.fc13.src.rpm

;;; -*- Lisp -*-
;;; this file gets installed as /etc/sbcl.rc and run on every
;;; invocation of sbcl

(if (probe-file "/etc/lisp-config.lisp")
    (load "/etc/lisp-config.lisp")
    (format t "~%;;; Hey: there is no /etc/lisp-config.lisp file, please create one."))