diff options
Diffstat (limited to 'lisp/scroll-all.el')
-rw-r--r-- | lisp/scroll-all.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/scroll-all.el b/lisp/scroll-all.el index ac8ea6675fa..c17b251353f 100644 --- a/lisp/scroll-all.el +++ b/lisp/scroll-all.el @@ -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))) |