]> git.eshelyaron.com Git - emacs.git/commit
New user option follow-mode-prefix-key
authorStefan Kangas <stefankangas@gmail.com>
Tue, 25 Feb 2025 01:58:09 +0000 (02:58 +0100)
committerEshel Yaron <me@eshelyaron.com>
Wed, 12 Mar 2025 19:01:46 +0000 (20:01 +0100)
commitfc7b1eefc48f27508cf4361c2b0ba41e2501ca62
tree17efeac36aa3aa421ced83df852be3e8720f025b
parent1c8b864aea762fa333eabdc315ceb12ba5647d76
New user option follow-mode-prefix-key

* lisp/follow.el (Commentary): Document modern keymap functions.
(follow-mode-prefix): Make obsolete in favor of...
(follow-mode-prefix-key): ...this new user option.  Allow changing the
prefix using `setopt`.
(follow-mode-submap): New variable.
(follow-mode-map): Define using defvar-keymap.

(cherry picked from commit 27b31ebeaf32de6aec2fefe2d6824e22a102de30)
lisp/follow.el