diff options
Diffstat (limited to 'lisp/net/rcirc.el')
-rw-r--r-- | lisp/net/rcirc.el | 3 |
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) |