浏览代码

Remove check for completion-extra-properties

None of the currently possible properties that can be set her should
interfere with ido.
Ryan C. Thompson 7 年之前
父节点
当前提交
a2eab3a2ef
共有 1 个文件被更改,包括 0 次插入3 次删除
  1. 0 3
      ido-completing-read+.el

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

@@ -524,9 +524,6 @@ completion for them."
           (when inherit-input-method
             (signal 'ido-cr+-fallback
                     '("ido cannot handle non-nil INHERIT-INPUT-METHOD")))
-          (when (bound-and-true-p completion-extra-properties)
-            (signal 'ido-cr+-fallback
-                    '("ido cannot handle non-nil `completion-extra-properties'")))
 
           ;; Check for black/white-listed collection function
           (when (functionp collection)