浏览代码

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 年之前
父节点
当前提交
639bc8fcab
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      ido-ubiquitous.el

+ 2 - 0
ido-ubiquitous.el

@@ -547,6 +547,8 @@ completion for them."
       (ido-ubiquitous-fallback
        (message "Ido-ubiquitous falling back")
        (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