emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/sweeprolog 615312796c 048/166: FIXED: copy paste error (si


From: ELPA Syncer
Subject: [nongnu] elpa/sweeprolog 615312796c 048/166: FIXED: copy paste error (singleton variable)
Date: Fri, 30 Sep 2022 04:59:25 -0400 (EDT)

branch: elpa/sweeprolog
commit 615312796cb3636c25498c39aa8c95d03166b595
Author: Eshel Yaron <me@eshelyaron.com>
Commit: Eshel Yaron <me@eshelyaron.com>

    FIXED: copy paste error (singleton variable)
---
 sweep.pl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sweep.pl b/sweep.pl
index 56d4d816e5..1f3830f71b 100644
--- a/sweep.pl
+++ b/sweep.pl
@@ -213,7 +213,7 @@ sweep_predicate_completion_annotated(Sub, F/N, [S|A]) :-
 sweep_predicate_completion_op_annotation(F, Ps, [op(Pri,Fix)|Ps]) :-
     current_op(Pri, Fix, F),
     !.
-sweep_predicate_completion_op_annotation(F, Ps, Ps).
+sweep_predicate_completion_op_annotation(_, Ps, Ps).
 
 sweep_head_annotation([H|T]) -->
     sweep_head_annotation_(H),



reply via email to

[Prev in Thread] Current Thread [Next in Thread]