emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/icomplete.el,v


From: Stefan Monnier
Subject: [Emacs-diffs] Changes to emacs/lisp/icomplete.el,v
Date: Thu, 29 May 2008 17:40:21 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Stefan Monnier <monnier>        08/05/29 17:40:21

Index: icomplete.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/icomplete.el,v
retrieving revision 1.55
retrieving revision 1.56
diff -u -b -r1.55 -r1.56
--- icomplete.el        29 May 2008 16:25:12 -0000      1.55
+++ icomplete.el        29 May 2008 17:40:20 -0000      1.56
@@ -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)))




reply via email to

[Prev in Thread] Current Thread [Next in Thread]