Revert inadvertent change to lisp/icomplete.el in previous commit

The change

   commit 3a651773d2
   Author: João Távora <joaotavora@gmail.com>
   Date:   Fri Mar 3 13:13:35 2023 +0000

       Eglot: pay better attention to hints' paddingLeft/Right (bug#61924)

Inadvertently added a line to this file, which shouldn't (yet) bet
added.

* lisp/icomplete.el (icomplete--vertical-minibuffer-setup): Remove
truncate-lines.
This commit is contained in:
João Távora 2023-03-03 23:36:26 +00:00
parent da8e4b6fe4
commit b3e930d328

View file

@ -661,7 +661,6 @@ Usually run by inclusion in `minibuffer-setup-hook'."
(setq-local icomplete-hide-common-prefix nil
;; Ask `icomplete-completions' to return enough completions candidates.
icomplete-prospects-height 25
truncate-lines t
redisplay-adhoc-scroll-in-resize-mini-windows nil))
;;;###autoload