emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master b2283409fb 2/2: * lisp/net/rcirc.el (rcirc-print): Remove 'fill-r


From: Philip Kaludercic
Subject: master b2283409fb 2/2: * lisp/net/rcirc.el (rcirc-print): Remove 'fill-region' call
Date: Sun, 25 Sep 2022 04:30:35 -0400 (EDT)

branch: master
commit b2283409fbe4324ee2fb50b385a9b6cc3458693c
Author: Philip Kaludercic <philipk@posteo.net>
Commit: Philip Kaludercic <philipk@posteo.net>

    * 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 418fde62b9..fa481ce528 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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]