]> git.eshelyaron.com Git - emacs.git/commit
Simplify overlay handling
authorJimmy Aguilar Mena <spacibba@aol.com>
Sun, 15 Nov 2020 07:01:47 +0000 (08:01 +0100)
committerJimmy Aguilar Mena <spacibba@aol.com>
Fri, 20 Nov 2020 18:03:23 +0000 (19:03 +0100)
commite143246df8d6babd2830fcbfe17238e0d6c45d1f
treeeec609ef3183f3af0e638c7f26c2a373a557fef2
parentc6943d75eb411c247415e7f2bb5ea068045d3784
Simplify overlay handling

* lisp/completions-highlight.el (completions-highlight-overlay) :
created on load.
(completions-highlight-completions-pre-command-hook) : Don't move
overlay here.
(completions-highlight-minibuffer-pre-command-hook) : Use delete overlay
instead of conditional
(completions-highlight-mode) : Use overlay-put here instead of the setup.
lisp/completions-highlight.el