aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/gnus/gnus-cite.el2
1 files changed, 0 insertions, 2 deletions
diff --git a/lisp/gnus/gnus-cite.el b/lisp/gnus/gnus-cite.el
index 64d3a396f3d..d7dc0897a5c 100644
--- a/lisp/gnus/gnus-cite.el
+++ b/lisp/gnus/gnus-cite.el
@@ -502,8 +502,6 @@ longer than the frame width."
502 use-hard-newlines) 502 use-hard-newlines)
503 (unless do-fill 503 (unless do-fill
504 (setq do-fill (gnus-article-foldable-buffer (cdar marks)))) 504 (setq do-fill (gnus-article-foldable-buffer (cdar marks))))
505 ;; Note: the XEmacs version of `fill-region' inserts a newline
506 ;; unless the region ends with a newline.
507 (when do-fill 505 (when do-fill
508 (if (not long-lines) 506 (if (not long-lines)
509 (fill-region (point-min) (point-max)) 507 (fill-region (point-min) (point-max))