Просмотр исходного кода

Remove extranaous arg from format statement

Ryan C. Thompson 10 лет назад
Родитель
Сommit
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)))