branch: externals/denote
commit 5d5c29dd77f93e889dc1b45df2ce736875243020
Author: Protesilaos Stavrou <i...@protesilaos.com>
Commit: Protesilaos Stavrou <i...@protesilaos.com>

    Remove needless comment in denote-fontify-links
---
 denote.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/denote.el b/denote.el
index 5d542f9523..afd5d7ec38 100644
--- a/denote.el
+++ b/denote.el
@@ -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

Reply via email to