branch: elpa/beancount
commit 8a1557bc9632513df5b352df7ea3dce03fc009d1
Author: Daniele Nicolodi <dani...@grinta.net>
Commit: Daniele Nicolodi <dani...@grinta.net>

    beancount.el: Silence byte-compilation warnings about unused arguments
    
    Prefixing argument names with an underscore marks them as unused.
---
 beancount.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/beancount.el b/beancount.el
index e3ae8338c9..3085e20171 100644
--- a/beancount.el
+++ b/beancount.el
@@ -580,7 +580,7 @@ will allow to align all numbers."
         (forward-line 1))
       (move-marker end nil))))
 
-(defun beancount-indent-transaction (&optional justify region)
+(defun beancount-indent-transaction (&optional _justify _region)
   "Indent Beancount transaction at point."
   (interactive)
   (save-excursion

Reply via email to