Explorar el Código

Remove extranaous arg from format statement

Ryan C. Thompson hace 10 años
padre
commit
c748bcf4f5
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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)))