# HG changeset patch # User Stefan Monnier # Date 1212082820 0 # Node ID dbcab9d8dd2a04704b5081edd61716acc57e5f2d # Parent 2f5519e129d295744e91dca66ac4b9c97326e92b (icomplete-completions): Typo. diff -r 2f5519e129d2 -r dbcab9d8dd2a lisp/icomplete.el --- 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)))