]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/net/rcirc.el (rcirc-print): Remove 'fill-region' call
authorPhilip Kaludercic <philipk@posteo.net>
Sun, 25 Sep 2022 08:29:40 +0000 (10:29 +0200)
committerPhilip Kaludercic <philipk@posteo.net>
Sun, 25 Sep 2022 08:30:04 +0000 (10:30 +0200)
See Bug#57376.

lisp/net/rcirc.el

index 418fde62b9848d0665f4f3421e95ff017099e3c1..fa481ce528341b0e6806f147ceccdd90087e06b3 100644 (file)
@@ -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)