emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/sweeprolog 84e6182685 077/166: FIXED: detect "|:" prompt i


From: ELPA Syncer
Subject: [nongnu] elpa/sweeprolog 84e6182685 077/166: FIXED: detect "|:" prompt in the top-level
Date: Fri, 30 Sep 2022 04:59:27 -0400 (EDT)

branch: elpa/sweeprolog
commit 84e6182685608b7e05958a3cbd14dd9de49ef4a9
Author: Eshel Yaron <me@eshelyaron.com>
Commit: Eshel Yaron <me@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)))))
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]