diff options
author | Stefan Kangas <stefan@marxist.se> | 2022-08-08 19:33:28 +0200 |
---|---|---|
committer | Stefan Kangas <stefan@marxist.se> | 2022-08-08 19:33:28 +0200 |
commit | a908d536c483c933ed68260cd920d9ed7a7d337c (patch) | |
tree | 2592623d6fc63ca1f5c79e517d25ec5f04e7be5c /lisp/gnus/gnus-art.el | |
parent | 870d59e72ee2f91c15e1bd0e187d0c0fc2a73a6e (diff) | |
download | emacs-a908d536c483c933ed68260cd920d9ed7a7d337c.tar.gz emacs-a908d536c483c933ed68260cd920d9ed7a7d337c.tar.bz2 emacs-a908d536c483c933ed68260cd920d9ed7a7d337c.zip |
; * lisp/gnus/gnus-art.el: Delete stale comments.
Diffstat (limited to 'lisp/gnus/gnus-art.el')
-rw-r--r-- | lisp/gnus/gnus-art.el | 4 |
1 files changed, 1 insertions, 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))) |