[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/sweeprolog abdd68164a 2/7: ; (sweep_replace_term_r/12): Fi
From: |
ELPA Syncer |
Subject: |
[nongnu] elpa/sweeprolog abdd68164a 2/7: ; (sweep_replace_term_r/12): Fix qualified head classification |
Date: |
Wed, 27 Sep 2023 16:01:32 -0400 (EDT) |
branch: elpa/sweeprolog
commit abdd68164afbb75c1fe876040a4c5af82fff1548
Author: Eshel Yaron <me@eshelyaron.com>
Commit: Eshel Yaron <me@eshelyaron.com>
; (sweep_replace_term_r/12): Fix qualified head classification
---
sweep.pl | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sweep.pl b/sweep.pl
index b602c0b514..fa16037f4c 100644
--- a/sweep.pl
+++ b/sweep.pl
@@ -1358,7 +1358,7 @@ sweep_replace_term_r(term_position(From, To, _, _,
ArgsPos), Term, FileName, Mod
),
( Functor = ':',
atom(Left),
- State0 = goal(_)
+ member(State0, [goal(_),head])
-> Module = Left,
LeftState = module,
RightState = State0
- [nongnu] elpa/sweeprolog updated (dba83e95e6 -> 0dd67eba55), ELPA Syncer, 2023/09/27
- [nongnu] elpa/sweeprolog c03ac63bdb 1/7: ; (sweep_replace_update_state/7): Fix SSU guard classification, ELPA Syncer, 2023/09/27
- [nongnu] elpa/sweeprolog 659d6033f4 4/7: ; Avoid relying on 'diff-mode' faces, ELPA Syncer, 2023/09/27
- [nongnu] elpa/sweeprolog c3cccb68c9 6/7: ; Silence some byte-complier warnings, ELPA Syncer, 2023/09/27
- [nongnu] elpa/sweeprolog abdd68164a 2/7: ; (sweep_replace_term_r/12): Fix qualified head classification,
ELPA Syncer <=
- [nongnu] elpa/sweeprolog c24190141d 5/7: ; Fix off-by-one in end of next token position for parentheses, ELPA Syncer, 2023/09/27
- [nongnu] elpa/sweeprolog 0dd67eba55 7/7: ; Add missing ':type' for 'sweeprolog-top-level-use-pty', ELPA Syncer, 2023/09/27
- [nongnu] elpa/sweeprolog e02f243b03 3/7: ; Fix filtering of the just created body when extracting goal, ELPA Syncer, 2023/09/27