branch: elpa/parseclj
commit 2ffadc6239340707ed2a2e3b407be9737080f24c
Author: Daniel Barreto <[email protected]>
Commit: Daniel Barreto <[email protected]>
Mark OPTIONS as unused in `parseedn-reduce-leaf`
---
parseedn.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/parseedn.el b/parseedn.el
index 17149d2428..9e2e1e915e 100644
--- a/parseedn.el
+++ b/parseedn.el
@@ -52,7 +52,7 @@ is not recommended you change this variable, as this globally
changes the behavior of the EDN reader. Instead pass your own
handlers as an optional argument to the reader functions.")
-(defun parseedn-reduce-leaf (stack token options)
+(defun parseedn-reduce-leaf (stack token _options)
"Put in the STACK an elisp value representing TOKEN.
OPTIONS is an association list. See `parseclj-parse' for more information