X-Git-Url: http://git.pld-linux.org/?a=blobdiff_plain;f=elinks-lua-config-file.patch;h=be1a3c6ca2715f09fc44f7040c9c28056a93f11c;hb=8ff2cd8790340f1b7355d9f00363df7ef6405869;hp=a084259fdc1aa77a602014a6360811236fce51ae;hpb=1ecb9804531e042652882ea6e4bc4e67a3b1c4f0;p=packages%2Felinks.git diff --git a/elinks-lua-config-file.patch b/elinks-lua-config-file.patch index a084259..be1a3c6 100644 --- a/elinks-lua-config-file.patch +++ b/elinks-lua-config-file.patch @@ -1,11 +1,11 @@ -diff -urN aa/elinks-20020208/lua.c elinks-20020208/lua.c ---- aa/elinks-20020208/lua.c Sat Dec 29 18:46:59 2001 -+++ elinks-20020208/lua.c Tue Feb 12 19:55:45 2002 +diff -urN elinks-20020302/lua.c aaa/elinks-20020302/lua.c +--- elinks-20020302/lua.c Tue Feb 12 13:18:41 2002 ++++ aaa/elinks-20020302/lua.c Sun Mar 3 21:27:56 2002 @@ -468,6 +468,7 @@ lua_register(L, "edit_bookmark_dialog", l_edit_bookmark_dialog); lua_register(L, "xdialog", l_xdialog); do_hooks_file(L, "/etc/", "links-hooks.lua"); + do_hooks_file(L, "/etc/", "elinks-hooks.lua"); - do_hooks_file(L, links_home, "hooks.lua"); + if (links_home) do_hooks_file(L, links_home, "hooks.lua"); }