Mercurial > emacs
changeset 95390:dbcab9d8dd2a
(icomplete-completions): Typo.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Thu, 29 May 2008 17:40:20 +0000 |
parents | 2f5519e129d2 |
children | 436059aff075 |
files | lisp/icomplete.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/icomplete.el Thu May 29 17:11:48 2008 +0000 +++ b/lisp/icomplete.el Thu May 29 17:40:20 2008 +0000 @@ -320,7 +320,7 @@ (string-width (buffer-string)))) (prospects-max ;; Max total length to use, including the minibuffer content. - (* (+ icomplete-max-minibuffer-height + (* (+ icomplete-prospects-height ;; If the minibuffer content already uses up more than ;; one line, increase the allowable space accordingly. (/ prospects-len (window-width)))