[lice @ add all function symbols emacs implements in C]
[lice.git] / clisp.lisp
blob3331b8b8b01fb1cc8aea2845d968f621b5983f19
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 "subr")
19 (cnl "debugger")
20 (cnl "recursive-edit")
21 (cnl "minibuffer")
22 (cnl "simple")
23 (cnl "wm")
24 (cnl "lisp-mode")
25 (cnl "search")
26 (cnl "syntax")
27 (cnl "files")
28 (cnl "main"))