Skip to content

Commit fa69730

Browse files
committed
Use new epilog:tty_link_hook/2 hook.
1 parent 3665cc0 commit fa69730

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

library/help.pl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -609,9 +609,9 @@
609609
format(atom(HREF), 'man:~w', [HREF0]),
610610
Attrs = [href=HREF|Attrs1].
611611

612-
:- multifile epilog:tty_link_hook/1.
612+
:- multifile epilog:tty_link_hook/2.
613613

614-
epilog:tty_link_hook(URL) :-
614+
epilog:tty_link_hook(_TerminalObject, URL) :-
615615
atom_concat('man:', ManLink, URL),
616616
format(user_error, 'Open manual link to ~p~n', [ManLink]).
617617

0 commit comments

Comments
 (0)