From a908d536c483c933ed68260cd920d9ed7a7d337c Mon Sep 17 00:00:00 2001 From: Stefan Kangas Date: Mon, 8 Aug 2022 19:33:28 +0200 Subject: [PATCH] ; * lisp/gnus/gnus-art.el: Delete stale comments. --- lisp/gnus/gnus-art.el | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/lisp/gnus/gnus-art.el b/lisp/gnus/gnus-art.el index 18baf982b2b..480ebe377d7 100644 --- a/lisp/gnus/gnus-art.el +++ b/lisp/gnus/gnus-art.el @@ -268,7 +268,7 @@ This can also be a list of the above values." (defcustom gnus-hidden-properties ;; We use to have `intangible' here as well, but Emacs's command loop moves ;; point out of invisible text anyway, so `intangible' is clearly not - ;; needed there. And XEmacs doesn't handle `intangible' anyway. + ;; needed there. '(invisible t) "Property list to use for hiding text." :type 'plist @@ -8470,8 +8470,6 @@ url is put as the `gnus-button-url' overlay property on the button." (when comma (dotimes (_ (with-temp-buffer (insert comma) - ;; Note: the XEmacs version of `how-many' takes - ;; no optional argument. (goto-char (point-min)) (how-many ","))) (Info-index-next 1))) -- 2.39.2