mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-14 07:30:32 +02:00
* First batch of libguile changes for Elisp support.
* Fixed a few typos. * Minor rationalization of macros relating to source breakpoints.
This commit is contained in:
parent
229d2c9c07
commit
c96d76b88d
28 changed files with 275 additions and 195 deletions
|
@ -560,7 +560,9 @@ scm_init_guile_1 (SCM_STACKITEM *base)
|
|||
scm_init_load_path ();
|
||||
scm_init_standard_ports (); /* Requires fports */
|
||||
scm_init_dynamic_linking ();
|
||||
#ifdef SCM_ENABLE_ELISP
|
||||
scm_init_lang ();
|
||||
#endif /* SCM_ENABLE_ELISP */
|
||||
scm_init_script ();
|
||||
|
||||
scm_init_goops ();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue