Explorar el Código

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 hace 10 años
padre
commit
639bc8fcab
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  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