branch: elpa/sweeprolog
commit 0f2f7d97efb2c11a66ff28ad1f0385e548f791dc
Author: Eshel Yaron <[email protected]>
Commit: Eshel Yaron <[email protected]>
Provide file spec completions for 1st arg of 'process_create/3'
* sweep.pl (source_arg/2): Recognize 'process_create/3'.
---
sweep.pl | 1 +
1 file changed, 1 insertion(+)
diff --git a/sweep.pl b/sweep.pl
index 6a7247e075..6fd736631d 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) :- !.