]> git.eshelyaron.com Git - emacs.git/commit
Remove newsticker--lists-intersect-p
authorLdBeth <andpuke@foxmail.com>
Mon, 26 Dec 2022 00:55:03 +0000 (18:55 -0600)
committerStefan Kangas <stefankangas@gmail.com>
Sat, 2 Sep 2023 08:34:55 +0000 (10:34 +0200)
commit03a7e448a26d7c9fc171a3745c32491825486b98
tree766fef727cc34e5682a823b77532a074e16b6832
parent34414b06f2c6b7f7daed26a546c23d69c4dcfe84
Remove newsticker--lists-intersect-p

* lisp/net/newst-backend.el (newsticker--lists-intersect-p): Remove.
* lisp/net/newst-plainview.el (newsticker-w3m-show-inline-images)
(newsticker-next-new-item, newsticker-previous-new-item)
(newsticker-next-item, newsticker-next-item-same-feed)
(newsticker-previous-item, newsticker-next-item-available-p)
(newsticker-previous-item-available-p): Replace corresponding calls by
`invisible-p'.  (Bug#60328)
lisp/net/newst-backend.el
lisp/net/newst-plainview.el