branch: elpa/sweeprolog commit 84e6182685608b7e05958a3cbd14dd9de49ef4a9 Author: Eshel Yaron <m...@eshelyaron.com> Commit: Eshel Yaron <m...@eshelyaron.com>
FIXED: detect "|:" prompt in the top-level --- sweep.el | 1 + 1 file changed, 1 insertion(+) diff --git a/sweep.el b/sweep.el index 0c54a88c54..0a3fc19b4e 100644 --- a/sweep.el +++ b/sweep.el @@ -786,6 +786,7 @@ Interactively, a prefix arg means to prompt for BUFFER." (not (string= "?- " (substring prompt (- pend pstart 3) (- pend pstart)))) + (not (string= "|: " prompt)) (not (string= "| " prompt))) (comint-send-input)))))