]> git.eshelyaron.com Git - emacs.git/commit
; Fix Icomplete error during candidate highlighting
authorEshel Yaron <me@eshelyaron.com>
Fri, 14 Jun 2024 17:49:21 +0000 (19:49 +0200)
committerEshel Yaron <me@eshelyaron.com>
Sat, 15 Jun 2024 17:21:15 +0000 (19:21 +0200)
commitdebc43f7f0eb5ab507a773c2c1da0ce69b918ee9
tree81cc133939fd8c24fa6093b8488b02156a400f96
parentbbd98d4ecc213e7297a559ed49487492027565e4
; Fix Icomplete error during candidate highlighting

* lisp/icomplete.el (icomplete-completions): Pass completion
candidates through 'completion-lazy-hilit' before trimming
common prefix, rather than after.

https://lists.gnu.org/archive/html/emacs-devel/2024-06/msg00271.html
(cherry picked from commit 3b07d33059150671d0af1cc7b51fa7c8cc4b4ea1)
lisp/icomplete.el