]> git.eshelyaron.com Git - sweep.git/commitdiff
; * sweeprolog.el (-predicate-completion-candidates): Fix typo
authorEshel Yaron <me@eshelyaron.com>
Tue, 14 Nov 2023 12:40:56 +0000 (13:40 +0100)
committerEshel Yaron <me@eshelyaron.com>
Tue, 14 Nov 2023 12:40:56 +0000 (13:40 +0100)
sweeprolog.el

index 00822e31c056fec3ec3941b6bf35a8f1a05de5a0..65f63fd8a985240950380f1d7c20c7b515b36120 100644 (file)
@@ -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)