]> git.eshelyaron.com Git - emacs.git/commit
Make eglot--plist-keys a simple (non-map.el) helper again
authorJoão Távora <joaotavora@gmail.com>
Mon, 4 Apr 2022 08:39:59 +0000 (09:39 +0100)
committerJoão Távora <joaotavora@gmail.com>
Mon, 4 Apr 2022 08:43:01 +0000 (09:43 +0100)
commitef0da9414e148cafef7443660ac90c571850b629
tree99eb67e5bb60089b39ca053fa9f623838a5df3dc
parent1d9542cbe8e4249d185518b746437b83de855810
Make eglot--plist-keys a simple (non-map.el) helper again

This removes a nagging compilation warning when developing on Emacs
master.

There's not much point in depending on map.el just for this util.  And
there' snot much point in making eglot--plist-keys go through a
generic dispatching mechanism when we happen to know the thing
being dispatched

* eglot.el (eglot--plist-keys): Define in helpers section.
lisp/progmodes/eglot.el