From: Philip Kaludercic Date: Sun, 25 Sep 2022 08:29:40 +0000 (+0200) Subject: * lisp/net/rcirc.el (rcirc-print): Remove 'fill-region' call X-Git-Tag: emacs-29.0.90~1856^2~240 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=b2283409fbe4324ee2fb50b385a9b6cc3458693c;p=emacs.git * lisp/net/rcirc.el (rcirc-print): Remove 'fill-region' call See Bug#57376. --- 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)