|
@@ -542,8 +542,7 @@ completion for them."
|
|
;; avoid unnecessary work if ido isn't going to used.
|
|
;; avoid unnecessary work if ido isn't going to used.
|
|
(__ignore ;; (Return value doesn't matter).
|
|
(__ignore ;; (Return value doesn't matter).
|
|
(when (and ido-allowed collection-ok)
|
|
(when (and ido-allowed collection-ok)
|
|
- (setq collection
|
|
|
|
- (delete-dups (all-completions "" collection predicate))
|
|
|
|
|
|
+ (setq collection (all-completions "" collection predicate)
|
|
;; Don't need this any more
|
|
;; Don't need this any more
|
|
predicate nil)))
|
|
predicate nil)))
|
|
(colection-ok
|
|
(colection-ok
|