浏览代码

Remove extranaous arg from format statement

Ryan C. Thompson 10 年之前
父节点
当前提交
c748bcf4f5
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      ido-ubiquitous.el

+ 1 - 1
ido-ubiquitous.el

@@ -815,7 +815,7 @@ If there is no override set for CMD in
                   (display-warning
                    'ido-ubiquitous
                    (format "Removing invalid override `%S' from `ido-ubiquitous-command-overrides'"
-                           (cons action spec) action)
+                           (cons action spec))
                    :warning)
                   (setq ido-ubiquitous-command-overrides
                         (remove override ido-ubiquitous-command-overrides)))