Mercurial > emacs
changeset 92743:ca927302e255
(icomplete-completions): Remove obsolete code.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Tue, 11 Mar 2008 16:27:00 +0000 |
parents | e3c5f1568f5c |
children | 52faf3a2d5c7 |
files | lisp/icomplete.el |
diffstat | 1 files changed, 0 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/icomplete.el Tue Mar 11 15:54:05 2008 +0000 +++ b/lisp/icomplete.el Tue Mar 11 16:27:00 2008 +0000 @@ -282,11 +282,6 @@ matches exist. \(Keybindings for uniquely matched commands are exhibited within the square braces.)" - ;; 'all-completions' doesn't like empty - ;; minibuffer-completion-table's (ie: (nil)) - (if (and (listp candidates) (null (car candidates))) - (setq candidates nil)) - (let ((comps (all-completions name candidates predicate)) ; "-determined" - only one candidate (open-bracket-determined (if require-match "(" "["))