From: Eshel Yaron Date: Fri, 26 Jan 2024 09:10:10 +0000 (+0100) Subject: Provide file spec completions for 1st arg of 'process_create/3' X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=0f2f7d97efb2c11a66ff28ad1f0385e548f791dc;p=sweep.git Provide file spec completions for 1st arg of 'process_create/3' * sweep.pl (source_arg/2): Recognize 'process_create/3'. --- diff --git a/sweep.pl b/sweep.pl index 6a7247e..6fd7366 100644 --- a/sweep.pl +++ b/sweep.pl @@ -1488,6 +1488,7 @@ source_arg(load_files, 1). source_arg(use_module, 1). source_arg(consult, 1). source_arg(ensure_loaded, 1). +source_arg(process_create, 1). callable_arg(N, N) :- integer(N), !. callable_arg((^), 0) :- !.