From 84e6182685608b7e05958a3cbd14dd9de49ef4a9 Mon Sep 17 00:00:00 2001 From: Eshel Yaron Date: Tue, 6 Sep 2022 22:15:00 +0300 Subject: [PATCH] FIXED: detect "|:" prompt in the top-level --- sweep.el | 1 + 1 file changed, 1 insertion(+) diff --git a/sweep.el b/sweep.el index 0c54a88..0a3fc19 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))))) -- 2.39.2