]> git.eshelyaron.com Git - emacs.git/commit
Fix corner case when going out of bounds
authorJimmy Aguilar Mena <spacibba@aol.com>
Sun, 15 Nov 2020 03:42:49 +0000 (04:42 +0100)
committerJimmy Aguilar Mena <spacibba@aol.com>
Fri, 20 Nov 2020 18:03:23 +0000 (19:03 +0100)
commit6cea8936b1b63aa1c0caa53c013be1da4da529ed
treeec992de1d8192aa389c6b8f89aeefa1b2c3367e6
parent42f47e75689919f8337bb142d1ed2f91dc4b4334
Fix corner case when going out of bounds

* lisp/completions-highlight.el : Don't go anywhere when in the fist or
last candidate.
* Remove some redundant calls to with-current-buffer
lisp/completions-highlight.el