]> git.eshelyaron.com Git - emacs.git/commit
Properly check the completionitem.deprecated property
authorBrian Leung <bkleung89@gmail.com>
Sun, 23 Jan 2022 03:59:06 +0000 (19:59 -0800)
committerStefan Kangas <stefankangas@gmail.com>
Sun, 23 Jan 2022 14:06:17 +0000 (15:06 +0100)
commit8b31247f1c6626b289e75460e0d0978bf446e05a
tree9b8e95f6ad1f46844347278b9ea9d173a2de62d1
parented4fd33223e6cc2bafd7323abc91e0bee23accb4
Properly check the completionitem.deprecated property

* eglot.el (eglot-completion-at-point): Check the :deprecated property
is `t'.  We do this so that a :deprecated property of :json-false does
not cause a completion candidate to be incorrectly marked as deprecated.
lisp/progmodes/eglot.el