mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-04-30 11:50:28 +02:00
Merge from mvo-vcell-cleanup-1-branch.
This commit is contained in:
parent
7c33806ae6
commit
86d31dfe7d
54 changed files with 1538 additions and 1293 deletions
|
@ -571,7 +571,7 @@ scm_compile_shell_switches (int argc, char **argv)
|
|||
scm_set_program_arguments (argc ? argc - i : 0, argv + i, argv0);
|
||||
|
||||
/* If the --emacs switch was set, now is when we process it. */
|
||||
scm_sysintern ("use-emacs-interface", SCM_BOOL (use_emacs_interface));
|
||||
scm_c_define ("use-emacs-interface", SCM_BOOL (use_emacs_interface));
|
||||
|
||||
/* Handle the `-e' switch, if it was specified. */
|
||||
if (!SCM_NULLP (entry_point))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue