home *** CD-ROM | disk | FTP | other *** search
/ Complete Linux / Complete Linux.iso / docs / devel / lisp / kcl_tar.z / kcl_tar / cmpnew / init.lsp < prev    next >
Encoding:
Lisp/Scheme  |  1985-07-02  |  145 b   |  5 lines

  1. (defun lcs1 (file)
  2.        (compile-file file
  3.                      :c-file t :h-file t :data-file t :ob-file t
  4.                      :system-p t))
  5.