emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master a908d536c4: ; * lisp/gnus/gnus-art.el: Delete stale comments.


From: Stefan Kangas
Subject: master a908d536c4: ; * lisp/gnus/gnus-art.el: Delete stale comments.
Date: Mon, 8 Aug 2022 13:38:50 -0400 (EDT)

branch: master
commit a908d536c483c933ed68260cd920d9ed7a7d337c
Author: Stefan Kangas <stefan@marxist.se>
Commit: Stefan Kangas <stefan@marxist.se>

    ; * 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 18baf982b2..480ebe377d 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)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]