]> git.pld-linux.org Git - packages/elinks.git/blob - elinks-lua-config-file.patch
a084259fdc1aa77a602014a6360811236fce51ae
[packages/elinks.git] / elinks-lua-config-file.patch
1 diff -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.054573 seconds and 2 git commands to generate.