projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f6fa524
)
* lisp/net/rcirc.el (rcirc-print): Remove 'fill-region' call
author
Philip Kaludercic
<philipk@posteo.net>
Sun, 25 Sep 2022 08:29:40 +0000
(10:29 +0200)
committer
Philip Kaludercic
<philipk@posteo.net>
Sun, 25 Sep 2022 08:30:04 +0000
(10:30 +0200)
See Bug#57376.
lisp/net/rcirc.el
patch
|
blob
|
history
diff --git
a/lisp/net/rcirc.el
b/lisp/net/rcirc.el
index 418fde62b9848d0665f4f3421e95ff017099e3c1..fa481ce528341b0e6806f147ceccdd90087e06b3 100644
(file)
--- 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)