瀏覽代碼

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 年之前
父節點
當前提交
2eedc74cd1
共有 1 個文件被更改,包括 2 次插入0 次删除
  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))