[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/sweeprolog 0dd67eba55 7/7: ; Add missing ':type' for 'swee
From: |
ELPA Syncer |
Subject: |
[nongnu] elpa/sweeprolog 0dd67eba55 7/7: ; Add missing ':type' for 'sweeprolog-top-level-use-pty' |
Date: |
Wed, 27 Sep 2023 16:01:33 -0400 (EDT) |
branch: elpa/sweeprolog
commit 0dd67eba55309be645dc54488e5b894ab0fdf9c1
Author: Eshel Yaron <me@eshelyaron.com>
Commit: Eshel Yaron <me@eshelyaron.com>
; Add missing ':type' for 'sweeprolog-top-level-use-pty'
---
sweeprolog.el | 15 +++++++++------
1 file changed, 9 insertions(+), 6 deletions(-)
diff --git a/sweeprolog.el b/sweeprolog.el
index d5e39c027f..4370252d08 100644
--- a/sweeprolog.el
+++ b/sweeprolog.el
@@ -439,6 +439,15 @@ pack completion candidates."
:package-version '((sweeprolog "0.22.2"))
:type 'natnum)
+(defcustom sweeprolog-top-level-use-pty
+ (not (memq system-type '(ms-dos windows-nt)))
+ "Whether to communicate with top-levels using pseudo-terminal (\"pty\").
+
+By default, this is t on systems where Emacs can use a pty."
+ :package-version '((sweeprolog "0.25.0"))
+ :type 'boolean)
+
+
;;;; Keymaps
(defvar-keymap sweeprolog-mode-map
@@ -3203,12 +3212,6 @@ function with PROC and MSG."
#'sweeprolog-top-level-sentinel)
(add-hook 'kill-buffer-hook #'comint-write-input-ring nil t)))
-(defcustom sweeprolog-top-level-use-pty
- (not (memq system-type '(ms-dos windows-nt)))
- "Whether to communicate with top-levels using pseudo-terminal (\"pty\").
-
-By default, this is t on systems where Emacs can use a pty.")
-
(defun sweeprolog-top-level-buffer (&optional name)
"Return a Prolog top-level buffer named NAME.
- [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, 2023/09/27
- [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 <=
- [nongnu] elpa/sweeprolog e02f243b03 3/7: ; Fix filtering of the just created body when extracting goal, ELPA Syncer, 2023/09/27