branch: externals/greader
commit 38b08ee43a895b6168d4f6d8985096151edccf7c
Merge: 2d55a6f 6baaffe
Author: Michelangelo Rodriguez <[email protected]>
Commit: Michelangelo Rodriguez <[email protected]>

    Merge branch 'devel'
---
 greader.el | 10 ++++------
 1 file changed, 4 insertions(+), 6 deletions(-)

diff --git a/greader.el b/greader.el
index bfc33a3..881bba0 100644
--- a/greader.el
+++ b/greader.el
@@ -152,11 +152,6 @@ the variable `greader-move-to-next-chung' must be set to a 
function that moves t
 For example, if you specify a function that gets a sentence, you should 
specify a function that moves to the next one."
   :type 'function
   :tag "greader get chung of text function")
-(defvar
-  greader-backend-filename
-  (greader-call-backend 'executable))
-
-(defvar greader-backend `(,greader-backend-filename))
 (defvar greader-prefix-map (make-sparse-keymap))
 (defvar greader-map (make-sparse-keymap))
 (defvar greader-reading-map (make-sparse-keymap))
@@ -193,7 +188,10 @@ For example, if you specify a function that gets a 
sentence, you should specify
   (if arg
       (funcall greader-actual-backend command arg)
     (funcall greader-actual-backend command)))
-
+(defvar
+  greader-backend-filename
+  (greader-call-backend 'executable))
+(defvar greader-backend `(,greader-backend-filename))
 (defun greader-change-backend (&optional backend)
   "changes back-end. if backend is specified, it changes to backend, else it 
cycles throwgh available back-ends."
   (interactive

Reply via email to