]> git.eshelyaron.com Git - emacs.git/commit
Add Compat as an Eglot dependency
authorPhilip Kaludercic <philipk@posteo.net>
Sat, 9 Mar 2024 07:11:03 +0000 (08:11 +0100)
committerEshel Yaron <me@eshelyaron.com>
Mon, 6 May 2024 16:30:50 +0000 (18:30 +0200)
commit76f60bb05ab0ff5fe62f1d87de522cbd9c5204a8
tree4cb7a2adb0b64c8a44b8d49e71aae5136e757ae9
parentae7df13b9433e4357cf7179a4b95ce8b69a0dd4e
Add Compat as an Eglot dependency

* lisp/progmodes/eglot.el (eglot--format-markup): Remove fboundp
check for 'text-property-search-forward'.
(eglot-alternatives): Use Compat's 'executable-find'
(eglot--executable-find): Remove function.

Additionally this should make 'package-get-version' available
for releases of Emacs previous to 27.1.  (bug#62198)

(cherry picked from commit f68e9172735963950428eafc466fd10473fca7c1)
lisp/progmodes/eglot.el