mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-15 05:43:19 -08:00
Load new compiler into emacs
This commit is contained in:
parent
f00fafe95a
commit
8fc0cdcf5e
1 changed files with 29 additions and 51 deletions
|
|
@ -202,57 +202,35 @@
|
|||
"clos/stdmethod.lsp"
|
||||
"clos/walk.lsp"
|
||||
"clos/conditions.lsp"
|
||||
"cmp/cmpbind.lsp"
|
||||
"cmp/cmpblock.lsp"
|
||||
"cmp/cmpcall.lsp"
|
||||
"cmp/cmpcatch.lsp"
|
||||
"cmp/cmpdefs.lsp"
|
||||
"cmp/cmpenv.lsp"
|
||||
"cmp/cmpeval.lsp"
|
||||
"cmp/cmpexit.lsp"
|
||||
"cmp/cmpffi.lsp"
|
||||
"cmp/cmpflet.lsp"
|
||||
"cmp/cmpfun.lsp"
|
||||
"cmp/cmpif.lsp"
|
||||
"cmp/cmpinline.lsp"
|
||||
"cmp/cmplam.lsp"
|
||||
"cmp/cmplet.lsp"
|
||||
"cmp/cmploc.lsp"
|
||||
"cmp/cmpmac.lsp"
|
||||
"cmp/cmpmain.lsp"
|
||||
"cmp/cmpmap.lsp"
|
||||
"cmp/cmpmulti.lsp"
|
||||
"cmp/cmpspecial.lsp"
|
||||
"cmp/cmptag.lsp"
|
||||
"cmp/cmptest.lsp"
|
||||
"cmp/cmptop.lsp"
|
||||
"cmp/cmptype.lsp"
|
||||
"cmp/cmputil.lsp"
|
||||
"cmp/cmpvar.lsp"
|
||||
"cmp/cmpwt.lsp"
|
||||
"cmp/sysfun.lsp"
|
||||
"clx/attributes.lisp"
|
||||
"clx/buffer.lisp"
|
||||
"clx/bufmac.lisp"
|
||||
"clx/clx.lisp"
|
||||
"clx/depdefs.lisp"
|
||||
"clx/dependent.lisp"
|
||||
"clx/display.lisp"
|
||||
"clx/clx.lisp"
|
||||
"clx/fonts.lisp"
|
||||
"clx/gcontext.lisp"
|
||||
"clx/graphics.lisp"
|
||||
"clx/image.lisp"
|
||||
"clx/input.lisp"
|
||||
"clx/keysyms.lisp"
|
||||
"clx/macros.lisp"
|
||||
"clx/manager.lisp"
|
||||
"clx/package.lisp"
|
||||
"clx/requests.lisp"
|
||||
"clx/resource.lisp"
|
||||
"clx/shape.lisp"
|
||||
"clx/text.lisp"
|
||||
"clx/translate.lisp"
|
||||
"new-cmp/cmpbind.lsp"
|
||||
"new-cmp/cmpblock.lsp"
|
||||
"new-cmp/cmpcall.lsp"
|
||||
"new-cmp/cmpcatch.lsp"
|
||||
"new-cmp/cmpdefs.lsp"
|
||||
"new-cmp/cmpenv.lsp"
|
||||
"new-cmp/cmpeval.lsp"
|
||||
"new-cmp/cmpexit.lsp"
|
||||
"new-cmp/cmpffi.lsp"
|
||||
"new-cmp/cmpflet.lsp"
|
||||
"new-cmp/cmpfun.lsp"
|
||||
"new-cmp/cmpif.lsp"
|
||||
"new-cmp/cmpinline.lsp"
|
||||
"new-cmp/cmplam.lsp"
|
||||
"new-cmp/cmplet.lsp"
|
||||
"new-cmp/cmploc.lsp"
|
||||
"new-cmp/cmpmac.lsp"
|
||||
"new-cmp/cmpmain.lsp"
|
||||
"new-cmp/cmpmap.lsp"
|
||||
"new-cmp/cmpmulti.lsp"
|
||||
"new-cmp/cmpspecial.lsp"
|
||||
"new-cmp/cmptag.lsp"
|
||||
"new-cmp/cmptest.lsp"
|
||||
"new-cmp/cmptop.lsp"
|
||||
"new-cmp/cmptype.lsp"
|
||||
"new-cmp/cmputil.lsp"
|
||||
"new-cmp/cmpvar.lsp"
|
||||
"new-cmp/cmpwt.lsp"
|
||||
"new-cmp/sysfun.lsp"
|
||||
)))
|
||||
|
||||
(mapcar 'find-file ecl-files)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue