branch: elpa/racket-mode
commit 4395797ff130fcdcc9750fb2456d4f762d56852f
Author: Greg Hendershott <g...@greghendershott.com>
Commit: Greg Hendershott <g...@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