]> git.pld-linux.org Git - packages/elinks.git/blame - elinks-lua-config-file.patch
477e8787927c634614bac01b44355a33 links.png
[packages/elinks.git] / elinks-lua-config-file.patch
CommitLineData
1ecb9804 1diff -urN aa/elinks-20020208/lua.c elinks-20020208/lua.c
2--- aa/elinks-20020208/lua.c Sat Dec 29 18:46:59 2001
3+++ elinks-20020208/lua.c Tue Feb 12 19:55:45 2002
4@@ -468,6 +468,7 @@
5 lua_register(L, "edit_bookmark_dialog", l_edit_bookmark_dialog);
6 lua_register(L, "xdialog", l_xdialog);
7 do_hooks_file(L, "/etc/", "links-hooks.lua");
8+ do_hooks_file(L, "/etc/", "elinks-hooks.lua");
9 do_hooks_file(L, links_home, "hooks.lua");
10 }
11
This page took 0.044334 seconds and 4 git commands to generate.