branch: externals/greader commit 5f6f9ab56aa6d7d4071ffbb57c23e9dec5d9d352 Merge: 247aef374d c53edf4f80 Author: Michelangelo Rodriguez <michelangelo.rodrig...@gmail.com> Commit: Michelangelo Rodriguez <michelangelo.rodrig...@gmail.com>
Merge branch 'master' into dictionary --- greader.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/greader.el b/greader.el index f633ad689b..7e0374585f 100644 --- a/greader.el +++ b/greader.el @@ -6,7 +6,7 @@ ;; Author: Michelangelo Rodriguez <michelangelo.rodrig...@gmail.com> ;; Keywords: tools, accessibility -;; Version: 0.8.1 +;; Version: 0.8.2 ;; This program is free software; you can redistribute it and/or modify ;; it under the terms of the GNU General Public License as published by @@ -82,8 +82,8 @@ Return SENTENCE, eventually modified by the functions." (run-hook-wrapped 'greader-after-get-sentence-functions (lambda (func) (when (fboundp func) - (setq result (or (funcall func result) - sentence))))) + (setq result (funcall func result)) + nil))) result)) (defvar greader-before-read-hook nil