]> git.eshelyaron.com Git - emacs.git/commit
Turn Eldoc, Xref and Project into GNU ELPA :core packages
authorJoão Távora <joaotavora@gmail.com>
Wed, 13 May 2020 10:31:21 +0000 (11:31 +0100)
committerJoão Távora <joaotavora@gmail.com>
Wed, 13 May 2020 10:31:35 +0000 (11:31 +0100)
commit9ebf51999ce58cccc2a228fd07a18c7b472dd3fd
tree5421f57de1e87e4c92d2ea41d18418eb5f3eb49c
parentac298baa0edf1426f2d46811b113f338f695e04c
Turn Eldoc, Xref and Project into GNU ELPA :core packages

The new packages state they require Emacs 26.3 to function, but a
small part of project.el breaks this "soft" rule: the two functions
requiring fileloop.el are incompatible with Emacs 26.3.

* lisp/jsonrpc.el: Tweak comment near Package-Requires.

* lisp/emacs-lisp/eldoc.el: Add Version and Package-Requires.

* lisp/progmodes/flymake.el: Add comment near Package-Requires.

* lisp/progmodes/project.el: Add Version and Package-Requires.

* lisp/progmodes/xref.el: Add Version and Package-Requires.
lisp/emacs-lisp/eldoc.el
lisp/jsonrpc.el
lisp/progmodes/flymake.el
lisp/progmodes/project.el
lisp/progmodes/xref.el