Sophie

Sophie

distrib > Fedora > 14 > x86_64 > by-pkgid > 215980266063bf486f879e915569f574 > files > 11

sbcl-1.0.40-1.fc14.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."))