]> git.eshelyaron.com Git - sweep.git/commitdiff
Provide file spec completions for 1st arg of 'process_create/3'
authorEshel Yaron <me@eshelyaron.com>
Fri, 26 Jan 2024 09:10:10 +0000 (10:10 +0100)
committerEshel Yaron <me@eshelyaron.com>
Fri, 26 Jan 2024 09:10:10 +0000 (10:10 +0100)
* sweep.pl (source_arg/2): Recognize 'process_create/3'.

sweep.pl

index 6a7247e0751dd3bb56c25b1a4ac9af71bedc16d8..6fd736631d97567626135aa16347ecc333b5a789 100644 (file)
--- 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) :- !.