Browse Source

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 years ago
parent
commit
a2eab3a2ef
1 changed files with 0 additions and 3 deletions
  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)