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