]> git.eshelyaron.com Git - emacs.git/commitdiff
; * lisp/gnus/gnus-art.el: Delete stale comments.
authorStefan Kangas <stefan@marxist.se>
Mon, 8 Aug 2022 17:33:28 +0000 (19:33 +0200)
committerStefan Kangas <stefan@marxist.se>
Mon, 8 Aug 2022 17:33:28 +0000 (19:33 +0200)
lisp/gnus/gnus-art.el

index 18baf982b2bd2992514e73fb3b6b98ec0b503ac6..480ebe377d712acd2a0ec687aea3ac6f2e053f6b 100644 (file)
@@ -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)))