mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-11 03:33:11 -08:00
LSP and LISP are now valid source file extensions
This commit is contained in:
parent
d0ee7cde6b
commit
c8ea5f1974
1 changed files with 2 additions and 0 deletions
|
|
@ -347,6 +347,8 @@ cl_boot(int argc, char **argv)
|
|||
#endif
|
||||
CONS(make_constant_string("lsp"), @'si::load-source'),
|
||||
CONS(make_constant_string("lisp"), @'si::load-source'),
|
||||
CONS(make_constant_string("LSP"), @'si::load-source'),
|
||||
CONS(make_constant_string("LISP"), @'si::load-source'),
|
||||
CONS(Cnil, @'si::load-source'));
|
||||
ECL_SET(@'si::*load-hooks*', aux);
|
||||
#ifdef PDE
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue