]> git.eshelyaron.com Git - emacs.git/commit
eglot.el: Require `track-changes` unconditionally
authorStefan Monnier <monnier@iro.umontreal.ca>
Sun, 5 May 2024 21:23:29 +0000 (17:23 -0400)
committerEshel Yaron <me@eshelyaron.com>
Mon, 6 May 2024 16:56:19 +0000 (18:56 +0200)
commit141d700dfc7a795151280ac84046bf01229bf99f
treee20b9ee2de68f9233a255d01ff37cfba7f59c84c
parentbea32a79f6409cb878e3d7e7efc1e783bc181fcb
eglot.el: Require `track-changes` unconditionally

* lisp/emacs-lisp/track-changes.el: Bump version.

* lisp/progmodes/eglot.el: Require `track-changes` unconditionally.
(Package-Requires:): Add `track-changes`.
(eglot--track-changes-signal, eglot--signal-textDocument/didChange)
(eglot--managed-mode): Remove non-track-changes alternative code.
(eglot--before-change, eglot--after-change): Delete functions.

(cherry picked from commit 44036b32ba398cf284320285b60be35874b6eea5)
lisp/emacs-lisp/track-changes.el
lisp/progmodes/eglot.el