mirror of
https://github.com/rkd77/elinks.git
synced 2024-12-04 14:46:47 -05:00
[guile] version
This commit is contained in:
parent
15d97cae07
commit
350c6a2cf0
@ -40,6 +40,8 @@
|
||||
/* c_xdialog */
|
||||
|
||||
|
||||
static char elguileversion[32];
|
||||
|
||||
void
|
||||
init_guile(struct module *module)
|
||||
{
|
||||
@ -49,6 +51,9 @@ init_guile(struct module *module)
|
||||
|
||||
scm_init_guile();
|
||||
|
||||
snprintf(elguileversion, 31, "Guile %s", scm_to_locale_string(scm_version()));
|
||||
module->name = elguileversion;
|
||||
|
||||
if (!elinks_home) return;
|
||||
|
||||
/* Remember the current module. */
|
||||
|
Loading…
Reference in New Issue
Block a user