]> git.pld-linux.org Git - packages/elinks.git/blame - elinks-lua-config-file.patch
- updated to 0.9.1
[packages/elinks.git] / elinks-lua-config-file.patch
CommitLineData
b4bac218 1diff -urN elinks-20020302/lua.c aaa/elinks-20020302/lua.c
2--- elinks-20020302/lua.c Tue Feb 12 13:18:41 2002
3+++ aaa/elinks-20020302/lua.c Sun Mar 3 21:27:56 2002
1ecb9804 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");
b4bac218 9 if (links_home) do_hooks_file(L, links_home, "hooks.lua");
1ecb9804 10 }
11
This page took 0.074849 seconds and 4 git commands to generate.