|
@@ -132,6 +132,13 @@
|
|
|
"Use ido for (almost) all completion."
|
|
|
:group 'ido)
|
|
|
|
|
|
+;;;###autoload
|
|
|
+(define-obsolete-variable-alias 'ido-ubiquitous
|
|
|
+ 'ido-ubiquitous-mode "0.8")
|
|
|
+;;;###autoload
|
|
|
+(define-obsolete-function-alias 'ido-ubiquitous
|
|
|
+ 'ido-ubiquitous-mode "0.8")
|
|
|
+
|
|
|
;;;###autoload
|
|
|
(define-minor-mode ido-ubiquitous-mode
|
|
|
"Use `ido-completing-read' instead of `completing-read' almost everywhere.
|
|
@@ -159,12 +166,6 @@
|
|
|
'completing-read-ido
|
|
|
ido-ubiquitous-fallback-completing-read-function)))
|
|
|
|
|
|
-;;;###autoload
|
|
|
-(define-obsolete-variable-alias 'ido-ubiquitous
|
|
|
- 'ido-ubiquitous-mode "0.8")
|
|
|
-;;;###autoload
|
|
|
-(define-obsolete-function-alias 'ido-ubiquitous
|
|
|
- 'ido-ubiquitous-mode "0.8")
|
|
|
|
|
|
(defcustom ido-ubiquitous-fallback-completing-read-function
|
|
|
;; Initialize to the current value of `completing-read-function',
|