branch: externals/greader commit 5c9ccea2acc6c18d784d39458bdda338ea2a4ebd Author: Michelangelo Rodriguez <michelangelo.rodrig...@gmail.com> Commit: Michelangelo Rodriguez <michelangelo.rodrig...@gmail.com>
More work on last commit. --- greader-espeak.el | 2 +- greader-mac.el | 2 +- greader-speechd.el | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/greader-espeak.el b/greader-espeak.el index 9f0a975471..ea8a931bef 100644 --- a/greader-espeak.el +++ b/greader-espeak.el @@ -74,7 +74,7 @@ LANG must be recognized by espeak or espeak-ng." "no")) ;;;###autoload -(defun greader-espeak (command &optional arg &rest _) +(defun greader-espeak (command &optional arg) "Back-end main function for espeak. COMMAND must be a string suitable for `make-process'. ARG is applied depending on the command." diff --git a/greader-mac.el b/greader-mac.el index 870ed2fa3b..65cc4b7d14 100644 --- a/greader-mac.el +++ b/greader-mac.el @@ -62,7 +62,7 @@ providing completion." (when greader-mac-voice (concat "-v" greader-mac-voice))) ;;;###autoload -(defun greader-mac (command &optional arg &rest _) +(defun greader-mac (command &optional arg) "Back-end main function of greader-mac. COMMAND must be a string suitable for `make-process'." (pcase command diff --git a/greader-speechd.el b/greader-speechd.el index 4c5889c69d..77dbf09fc0 100644 --- a/greader-speechd.el +++ b/greader-speechd.el @@ -150,7 +150,7 @@ based on `greader-speechd--ring-item'" greader-speechd--ring-item))) ;;;###autoload -(defun greader-speechd (command &optional arg &rest _) +(defun greader-speechd (command &optional arg) "greader speech-dispatcher back-end." (greader-speechd-start-server) (pcase command