]> git.eshelyaron.com Git - emacs.git/commit
Require array package to use current-line ()
authorDavid Florness <edwargix@gmail.com>
Mon, 19 Aug 2019 00:09:13 +0000 (18:09 -0600)
committerJoão Távora <joaotavora@gmail.com>
Mon, 19 Aug 2019 00:09:13 +0000 (01:09 +0100)
commit4a1d60dd6d6340b215d3f2b9376619cf92e8a2d8
tree17a83877040e5783d4c764947156f908b38d14a8
parentf18137499d46ab4e2210d8190d09cea84834f8d3
Require array package to use current-line ()

The jsonrpc package (one of eglot's dependencies) recently
updated and removed the line requiring the array package. Since
current-line is provided by array and is used by eglot, require
array explicitly.

Here's jsonrpc's guilty commit:

https://git.savannah.gnu.org/cgit/emacs.git/commit/lisp/jsonrpc.el?id=c676444a43e4634c1f98ec286b5bd9e46b23216b

Copyright-paperwork-exempt: Yes

* eglot.el (array): Require it.

GitHub-reference: https://github.com/joaotavora/eglot/issues/294
lisp/progmodes/eglot.el