mirror of
https://github.com/protesilaos/denote.git
synced 2026-09-10 07:16:20 -04:00
Remove needless comment in denote-fontify-links
This commit is contained in:
parent
a4d6f321b4
commit
5d5c29dd77
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue