From b3e930d328e2e9a3da4bf5b6c109928532326c06 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jo=C3=A3o=20T=C3=A1vora?= Date: Fri, 3 Mar 2023 23:36:26 +0000 Subject: [PATCH] Revert inadvertent change to lisp/icomplete.el in previous commit MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit 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. --- lisp/icomplete.el | 1 - 1 file changed, 1 deletion(-) 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 -- 2.39.2