]> git.eshelyaron.com Git - emacs.git/commitdiff
Elide XEmacs-relevant comment
authorLars Ingebrigtsen <larsi@gnus.org>
Thu, 12 Apr 2018 14:32:00 +0000 (16:32 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Thu, 12 Apr 2018 14:32:00 +0000 (16:32 +0200)
* 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

index 64d3a396f3d782ff52a16c403e8db3374177ec04..d7dc0897a5cc23ee7f97ff6c69880d2954849f68 100644 (file)
@@ -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))