]> git.eshelyaron.com Git - emacs.git/commit
Make newer ElDoc versions are compatible with Emacs < 28
authorJoão Távora <joaotavora@gmail.com>
Mon, 27 Jul 2020 21:07:38 +0000 (22:07 +0100)
committerJoão Távora <joaotavora@gmail.com>
Mon, 27 Jul 2020 21:18:57 +0000 (22:18 +0100)
commit9d751aa82202a2e081531f004c1bb0c0dbd9a0d3
tree0fd2f90665d59e1552fa0e4de75e2faa55a2ad68
parent688c03f41278a33f580b56c2122d7f52c9a3ed67
Make newer ElDoc versions are compatible with Emacs < 28

Fixes: bug#42563
For some time, Eldoc has has some Elisp-specific code that shouldn't
live there, but in elisp-mode.el.  This can be fixed in Emacs master,
but since ElDoc is distributed in GNU Elpa and is meant to work with
Emacs 26 and 27, this means that that elisp-specific code must still
be distributed with eldoc.el and kept up to date.

* lisp/emacs-lisp/eldoc.el (eldoc--eval-expression-setup): Ensure
implementation is compatible with Emacs < 28.
(Version): Bump to 1.8
lisp/emacs-lisp/eldoc.el