|
@@ -173,7 +173,8 @@
|
|
(setq completing-read-function
|
|
(setq completing-read-function
|
|
(if ido-ubiquitous-mode
|
|
(if ido-ubiquitous-mode
|
|
'completing-read-ido
|
|
'completing-read-ido
|
|
- ido-ubiquitous-fallback-completing-read-function)))
|
|
|
|
|
|
+ (or ido-ubiquitous-fallback-completing-read-function
|
|
|
|
+ 'completing-read-default))))
|
|
|
|
|
|
(defcustom ido-ubiquitous-max-items 5000
|
|
(defcustom ido-ubiquitous-max-items 5000
|
|
"Max collection size to use ido-ubiquitous on.
|
|
"Max collection size to use ido-ubiquitous on.
|