Pārlūkot izejas kodu

Don't allow ido-cr+ to fall back to ido-ubiq

When ido-ubiquitous was refactored, I forgot to exclude the new
"completing-read-ido-ubiquitous" function from eligible fallback
functions for ido-cr+. This commit fixes that.
Ryan C. Thompson 9 gadi atpakaļ
vecāks
revīzija
2eedc74cd1
1 mainītis faili ar 2 papildinājumiem un 0 dzēšanām
  1. 2 0
      ido-completing-read+.el

+ 2 - 0
ido-completing-read+.el

@@ -86,6 +86,8 @@ Debug info is printed to the *Messages* buffer."
   (if (memq completing-read-function
             '(ido-completing-read+
               ido-completing-read
+              ;; Current ido-ubiquitous function
+              completing-read-ido-ubiquitous
               ;; Old ido-ubiquitous functions that shouldn't be used
               completing-read-ido
               ido-ubiquitous-completing-read))