mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-22 07:09:54 +00:00
(scroll-all-mode): Add groups.
This commit is contained in:
parent
ddff27f94e
commit
3ff2317b2f
@ -1,7 +1,7 @@
|
||||
2002-11-23 Markus Rost <rost@math.ohio-state.edu>
|
||||
|
||||
* scroll-all.el (scroll-all-mode): Move arg LIGHTER to the right
|
||||
place.
|
||||
place. Add groups.
|
||||
|
||||
2002-11-21 Nick Roberts <nick@nick.uklinux.net>
|
||||
|
||||
|
@ -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…
Reference in New Issue
Block a user