branch: externals/greader
commit cf490a5364ba470f0fa4c4e682e54115436c091e
Author: Michelangelo Rodriguez <[email protected]>
Commit: Michelangelo Rodriguez <[email protected]>
function greader-speechd--find-executable not used for now, in any case we
keep it in source for now.
---
greader-speechd.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/greader-speechd.el b/greader-speechd.el
index b8c9c4f..e9547dd 100644
--- a/greader-speechd.el
+++ b/greader-speechd.el
@@ -16,7 +16,7 @@
:type 'string)
(defcustom
greader-speechd-executable-path
- (greader-speechd--find-executable)
+(locate-file greader-speechd-executable exec-path)
"Path of speech-dispatcher client executable."
:tag "speechd client executable path"
:type 'string)