From: João Távora Date: Fri, 3 Mar 2023 23:36:26 +0000 (+0000) Subject: Revert inadvertent change to lisp/icomplete.el in previous commit X-Git-Tag: emacs-29.0.90~257 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=b3e930d328e;p=emacs.git Revert inadvertent change to lisp/icomplete.el in previous commit The change commit 3a651773d29afb48ac4229cd19e532bd57a4ee2d Author: João Távora 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. --- diff --git a/lisp/icomplete.el b/lisp/icomplete.el index 4f39afb69f4..0adb0e5afeb 100644 --- a/lisp/icomplete.el +++ b/lisp/icomplete.el @@ -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