Handle fullscreen parameter in initial/defult-frame-alist for NS.
[bpt/emacs.git] / lisp / scroll-all.el
index 9ff0a61..fed886c 100644 (file)
@@ -111,7 +111,6 @@ 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)))