From: Lars Ingebrigtsen Date: Thu, 12 Apr 2018 14:32:00 +0000 (+0200) Subject: Elide XEmacs-relevant comment X-Git-Tag: emacs-27.0.90~5286 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=aa9d9e5e100663c38889c8db8989cb9184dfaa08;p=emacs.git Elide XEmacs-relevant comment * lisp/gnus/gnus-cite.el (gnus-article-fill-cited-article): Remove mention of XEmacs, since we no longer support XEmacs. --- 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))