1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-12-04 14:46:47 -05: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. */ /* Remember the current module. */
user_module = scm_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 (!path) return;
if (file_can_read(path)) { if (file_can_read(path)) {