Remove needless comment in denote-fontify-links

This commit is contained in:
Protesilaos Stavrou 2025-08-19 18:51:48 +03:00
parent a4d6f321b4
commit 5d5c29dd77
No known key found for this signature in database
GPG key ID: 99BD6459CD5CA3EA

View file

@ -6342,7 +6342,7 @@ This is the subroutine of `denote-link-open-at-point' and
(add-text-properties visible-end end hidden)
(dolist (pos (list end visible-start visible-end))
(add-text-properties (1- pos) pos non-sticky-props)))
(throw :exit t)))) ; signal success
(throw :exit t))))
nil)))
(define-obsolete-function-alias