[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/sweeprolog a3228e96c0 1/2: ; * sweeprolog.el (-predicate-c
From: |
ELPA Syncer |
Subject: |
[nongnu] elpa/sweeprolog a3228e96c0 1/2: ; * sweeprolog.el (-predicate-completion-candidates): Fix typo |
Date: |
Tue, 14 Nov 2023 10:00:39 -0500 (EST) |
branch: elpa/sweeprolog
commit a3228e96c057f212c0b3924fde09cba0b403e47c
Author: Eshel Yaron <me@eshelyaron.com>
Commit: Eshel Yaron <me@eshelyaron.com>
; * sweeprolog.el (-predicate-completion-candidates): Fix typo
---
sweeprolog.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sweeprolog.el b/sweeprolog.el
index 00822e31c0..65f63fd8a9 100644
--- a/sweeprolog.el
+++ b/sweeprolog.el
@@ -1469,7 +1469,7 @@ list even when found in the current clause."
(afirst t) (bfirst nil))
(cond
((and aargs (not bargs)) afirst)
- ((and bargs (not bargs)) bfirst)
+ ((and bargs (not aargs)) bfirst)
((< aflen bflen) afirst)
((< bflen aflen) bfirst)
((< arity brity) afirst)