From b4bac2185cf430d72816f4571c7a2f61518b87d2 Mon Sep 17 00:00:00 2001 From: grzegol Date: Mon, 4 Mar 2002 20:05:10 +0000 Subject: [PATCH] - updated to 0.3.0 Changed files: elinks-lua-config-file.patch -> 1.2 --- elinks-lua-config-file.patch | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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"); } -- 2.44.0