mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
(scroll-all-mode): Add groups.
This commit is contained in:
parent
ddff27f94e
commit
3ff2317b2f
2 changed files with 3 additions and 1 deletions
|
|
@ -109,6 +109,8 @@ When Scroll-All mode is on, scrolling commands entered in one window
|
|||
apply to all visible windows in the same frame."
|
||||
nil " *SL*" nil
|
||||
:global t
|
||||
:group 'windows
|
||||
:group 'scrolling
|
||||
(if scroll-all-mode
|
||||
(add-hook 'post-command-hook 'scroll-all-check-to-scroll)
|
||||
(remove-hook 'post-command-hook 'scroll-all-check-to-scroll)))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue