From aa9d9e5e100663c38889c8db8989cb9184dfaa08 Mon Sep 17 00:00:00 2001 From: Lars Ingebrigtsen Date: Thu, 12 Apr 2018 16:32:00 +0200 Subject: [PATCH] Elide XEmacs-relevant comment * lisp/gnus/gnus-cite.el (gnus-article-fill-cited-article): Remove mention of XEmacs, since we no longer support XEmacs. --- lisp/gnus/gnus-cite.el | 2 -- 1 file changed, 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." use-hard-newlines) (unless do-fill (setq do-fill (gnus-article-foldable-buffer (cdar marks)))) - ;; Note: the XEmacs version of `fill-region' inserts a newline - ;; unless the region ends with a newline. (when do-fill (if (not long-lines) (fill-region (point-min) (point-max)) -- 2.39.5