emacs-elpa-diffs
[Top][All Lists]
Advanced

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

[elpa] externals/greader 711aa07129 1/4: greader-scrap-links: modified.


From: ELPA Syncer
Subject: [elpa] externals/greader 711aa07129 1/4: greader-scrap-links: modified.
Date: Tue, 30 Jan 2024 18:58:13 -0500 (EST)

branch: externals/greader
commit 711aa0712939f2383b5e8111bc00b210326dbc5a
Author: Michelangelo Rodriguez <michelangelo.rodriguez@gmail.com>
Commit: Michelangelo Rodriguez <michelangelo.rodriguez@gmail.com>

    greader-scrap-links: modified.
    
    Now it returns unmodified text when no clickable text is found,
    instead of nil.
---
 greader.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/greader.el b/greader.el
index 5dbaa4e1a2..35c3525387 100644
--- a/greader.el
+++ b/greader.el
@@ -1490,7 +1490,7 @@ If it is a function, it must return a string."
        ;; Update the search position taking into account the "link: " string 
we just entered.
         (setq pos (+ pos 6))))
     ;; Return the modified string if links were found.
-    (if modified result nil)))
+    (if modified result input-string)))
 
 ;;;###autoload
 (define-minor-mode greader-enriched-mode



reply via email to

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