Browse Source

Alias completing-read-ido to completing-read-ido-ubiquitous

"completing-read-ido" was the old name of the main completion function
from ido-ubiquitous.
Ryan C. Thompson 10 years ago
parent
commit
639bc8fcab
1 changed files with 2 additions and 0 deletions
  1. 2 0
      ido-ubiquitous.el

+ 2 - 0
ido-ubiquitous.el

@@ -547,6 +547,8 @@ completion for them."
       (ido-ubiquitous-fallback
       (ido-ubiquitous-fallback
        (message "Ido-ubiquitous falling back")
        (message "Ido-ubiquitous falling back")
        (apply ido-cr+-fallback-function orig-args)))))
        (apply ido-cr+-fallback-function orig-args)))))
+(define-obsolete-function-alias #'completing-read-ido #'completing-read-ido-ubiquitous
+  "ido-ubiquitous 3.0")
 
 
 ;;; Old-style default support
 ;;; Old-style default support