瀏覽代碼

Add underscore to unused variable

Ryan C. Thompson 11 年之前
父節點
當前提交
9baa7cc13b
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      ido-ubiquitous.el

+ 1 - 1
ido-ubiquitous.el

@@ -375,7 +375,7 @@ each function to apply the appropriate override."
                                (ido-ubiquitous--as-string func))))
   (set-default sym newval)
   ;; set new overrides
-  (loop for (action match-type func) in (eval sym)
+  (loop for (action _match-type func) in (eval sym)
            do (ido-ubiquitous-apply-function-override func action)))
 
 (defcustom ido-ubiquitous-function-overrides ido-ubiquitous-default-function-overrides