changeset 48512:3104e0249c5c

(scroll-all-mode): Add groups.
author Markus Rost <rost@math.uni-bielefeld.de>
date Sat, 23 Nov 2002 03:25:57 +0000
parents a36ac3aa890a
children 474478766726
files lisp/scroll-all.el
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/scroll-all.el	Sat Nov 23 01:44:30 2002 +0000
+++ b/lisp/scroll-all.el	Sat Nov 23 03:25:57 2002 +0000
@@ -109,6 +109,8 @@
 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)))