]> git.eshelyaron.com Git - emacs.git/commit
; Fix updating completion preview after deletion at eob
authorEshel Yaron <me@eshelyaron.com>
Fri, 2 Feb 2024 12:33:43 +0000 (13:33 +0100)
committerEshel Yaron <me@eshelyaron.com>
Fri, 2 Feb 2024 12:33:43 +0000 (13:33 +0100)
commitc44782c5509910f7255be644b458fe283c3546c8
tree2a52671e6709448a208768a725b40607fef3c146
parent20df6d278ec25273de358ef33be093a7177c1971
; Fix updating completion preview after deletion at eob

* lisp/completion-preview.el (completion-preview--show): Use the
actual overlay position, instead of its 'completion-preview-end'
property, in case the overlay has moved (e.g. when called after a
deletion command).
lisp/completion-preview.el