bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#60328: 30.0.50; [PATCH] Replace newsticker--lists-intersect-p.


From: LdBeth
Subject: bug#60328: 30.0.50; [PATCH] Replace newsticker--lists-intersect-p.
Date: Sun, 25 Dec 2022 19:07:40 -0600
User-agent: Wanderlust/2.15.9 (Almost Unreal) SEMI-EPG/1.14.7 (Harue) FLIM-LB/1.14.9 (Gojō) APEL-LB/10.8 EasyPG/1.0.0 Emacs/28.1 (x86_64-apple-darwin21.4.0) MULE/6.0 (HANACHIRUSATO)

All the patterns that calls `newsticker--lists-intersect-p' in
lisp/net/newst-plainview.el like:

(newsticker--lists-intersect-p
 (get-text-property (point) 'invisible)
  buffer-invisibility-spec)

Can be replace by `(invisible-p (point))' accordingly to reduce
boilerplate.

This patch would also remove the definition of
`newsticker--lists-intersect-p' from lisp/net/newst-backend.el
since is it not referenced elsewhere.

---
ldb

Attachment: 0001-newsticker-Remove-newsticker-lists-intersect-p.patch
Description: Text document


reply via email to

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