branch: master
commit ec80c8be0d7836bb4029693a4e388bcd16e98280
Author: Ingo Lohmar <[email protected]>
Commit: Ingo Lohmar <[email protected]>

    Fix a compiler warning
---
 wconf.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/wconf.el b/wconf.el
index 0555f2a..9fbb817 100644
--- a/wconf.el
+++ b/wconf.el
@@ -128,7 +128,7 @@ this can be nil although wconf--configs is not empty.")
 
 ;; global stuff
 
-(defun wconf-change-config-default (index config)
+(defun wconf-change-config-default (index _config)
   "Update `wconf-string' to represent configuration CONFIG at
 position INDEX."
   (setq wconf-string (if wconf--configs

Reply via email to