]> git.eshelyaron.com Git - emacs.git/commit
Fix loading follow.el
authorStefan Kangas <stefankangas@gmail.com>
Thu, 13 Mar 2025 07:13:24 +0000 (08:13 +0100)
committerEshel Yaron <me@eshelyaron.com>
Sat, 15 Mar 2025 15:26:40 +0000 (16:26 +0100)
commitddc590672b20c6b4c3fe596a81e90fb6d623f791
tree00a3d0fea26518d9fa5518908e4a56f449cf36a2
parent6d88cede554ffa31e0f81b0f35d2d9ae893e3194
Fix loading follow.el

* lisp/follow.el (follow-mode-prefix-key): Avoid changing
follow-mode-map before it is defined.  (Bug#76977)
* test/lisp/follow-tests.el: New file.

(cherry picked from commit b51fb2e107a4b3b17f5ced188247479cff0a3c92)
lisp/follow.el
test/lisp/follow-tests.el [new file with mode: 0644]