From b2283409fbe4324ee2fb50b385a9b6cc3458693c Mon Sep 17 00:00:00 2001 From: Philip Kaludercic Date: Sun, 25 Sep 2022 10:29:40 +0200 Subject: [PATCH] * lisp/net/rcirc.el (rcirc-print): Remove 'fill-region' call See Bug#57376. --- lisp/net/rcirc.el | 3 --- 1 file changed, 3 deletions(-) diff --git a/lisp/net/rcirc.el b/lisp/net/rcirc.el index 418fde62b98..fa481ce5283 100644 --- a/lisp/net/rcirc.el +++ b/lisp/net/rcirc.el @@ -2075,9 +2075,6 @@ connection." 'rcirc-msgid (rcirc-get-tag "msgid")) (propertize "\n" 'hard t)) - ;; squeeze spaces out of text before rcirc-text - (fill-region (point-min) (point-max)) - (goto-char (or (next-single-property-change (point-min) 'rcirc-text) (point))) (when (rcirc-buffer-process) -- 2.39.2