branch: externals/greader commit dd321a252bfacf4abe8535ae3ac041467793a5ee Merge: 8a35090cff 711aa07129 Author: Michelangelo Rodriguez <michelangelo.rodrig...@gmail.com> Commit: Michelangelo Rodriguez <michelangelo.rodrig...@gmail.com>
Merge branch 'master' into dictionary --- 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