1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-10-01 03:36:26 -04:00

Change the Guile hooks file name from internal-hooks.scm to hooks.scm

This commit is contained in:
Jonas Fonseca 2006-01-14 22:36:23 +01:00 committed by Jonas Fonseca
parent f4735aa32e
commit 53dea9c89e

View File

@ -52,7 +52,7 @@ init_guile(struct module *module)
/* Remember the current module. */
user_module = scm_current_module();
path = straconcat(elinks_home, "internal-hooks.scm", NULL);
path = straconcat(elinks_home, "hooks.scm", NULL);
if (!path) return;
if (file_can_read(path)) {