emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] master ec80c8b 2/5: Fix a compiler warning


From: Ingo Lohmar
Subject: [elpa] master ec80c8b 2/5: Fix a compiler warning
Date: Thu, 23 Feb 2017 13:27:43 -0500 (EST)

branch: master
commit ec80c8be0d7836bb4029693a4e388bcd16e98280
Author: Ingo Lohmar <address@hidden>
Commit: Ingo Lohmar <address@hidden>

    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

[Prev in Thread] Current Thread [Next in Thread]