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

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

[nongnu] elpa/racket-mode 4395797ff1: Remove read/write "seams" only thr


From: ELPA Syncer
Subject: [nongnu] elpa/racket-mode 4395797ff1: Remove read/write "seams" only thru racket--repl-output-mark; fixes #754
Date: Tue, 10 Jun 2025 16:01:31 -0400 (EDT)

branch: elpa/racket-mode
commit 4395797ff130fcdcc9750fb2456d4f762d56852f
Author: Greg Hendershott <git@greghendershott.com>
Commit: Greg Hendershott <git@greghendershott.com>

    Remove read/write "seams" only thru racket--repl-output-mark; fixes #754
---
 racket-repl.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/racket-repl.el b/racket-repl.el
index b4848a74ed..92d1fce6d4 100644
--- a/racket-repl.el
+++ b/racket-repl.el
@@ -245,7 +245,7 @@ live prompt this marker will be at `point-max'.")
     ;; between chunks.
     (let ((inhibit-modification-hooks t)) ;avoid after-change: #731
       (remove-text-properties (point-min)
-                              (point-max)
+                              racket--repl-output-mark ;#754
                               '(rear-nonsticky nil)))
     (save-excursion
       (goto-char racket--repl-output-mark)



reply via email to

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