summaryrefslogtreecommitdiff
path: root/lisp/net
diff options
context:
space:
mode:
authorPhilip Kaludercic <philipk@posteo.net>2022-09-25 10:29:40 +0200
committerPhilip Kaludercic <philipk@posteo.net>2022-09-25 10:30:04 +0200
commitb2283409fbe4324ee2fb50b385a9b6cc3458693c (patch)
tree37134fc5d8f83e9ad81a09810ed91af37c91c0b8 /lisp/net
parentf6fa524c5331db81f43be5e1fef4b6b860e687ae (diff)
downloademacs-b2283409fbe4324ee2fb50b385a9b6cc3458693c.tar.gz
emacs-b2283409fbe4324ee2fb50b385a9b6cc3458693c.tar.bz2
emacs-b2283409fbe4324ee2fb50b385a9b6cc3458693c.zip
* lisp/net/rcirc.el (rcirc-print): Remove 'fill-region' call
See Bug#57376.
Diffstat (limited to 'lisp/net')
-rw-r--r--lisp/net/rcirc.el3
1 files changed, 0 insertions, 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)