[lice @ 1/2 busted local vars]
[lice.git] / clisp.lisp
blob15769c378cc5e8f4c582459f63b20e7a2ed76aea
1 (defpackage :lice
2 (:use :cl))
4 (labels ((cnl (file)
5 (compile-file file)
6 (load file)))
7 (cnl "wrappers")
8 (cnl "global")
9 (cnl "major-mode")
10 (cnl "buffer")
11 (cnl "window")
12 (cnl "frame")
13 (cnl "clisp-render")
14 (cnl "intervals")
15 (cnl "textprop")
16 (cnl "editfns")
17 (cnl "input")
18 (cnl "recursive-edit")
19 (cnl "minibuffer")
20 (cnl "subr")
21 (cnl "simple")
22 (cnl "wm")
23 (cnl "lisp-mode")
24 (cnl "search")
25 (cnl "syntax")
26 (cnl "files")
27 (cnl "main"))