* lisp/frame.el (scrolling): Remove nearly unused customization group.
authorChong Yidong <cyd@gnu.org>
Sun, 15 Apr 2012 15:11:06 +0000 (23:11 +0800)
committerChong Yidong <cyd@gnu.org>
Sun, 15 Apr 2012 15:11:06 +0000 (23:11 +0800)
* lisp/scroll-all.el (scroll-all-mode): Move to windows group.

lisp/ChangeLog
lisp/scroll-all.el
lisp/window.el

index 4b1fa58..a21d584 100644 (file)
@@ -1,3 +1,9 @@
+2012-04-15  Chong Yidong  <cyd@gnu.org>
+
+       * frame.el (scrolling): Remove nearly unused customization group.
+
+       * scroll-all.el (scroll-all-mode): Move to windows group.
+
 2012-04-15  Chong Yidong  <cyd@gnu.org>
 
        * bindings.el (goto-map): Bind goto-char to M-g c (Bug#11240).
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)))
index ca2cc9e..934b606 100644 (file)
@@ -5443,7 +5443,7 @@ A value of t means point moves to the beginning or the end of the buffer
 \(depending on scrolling direction) when no more scrolling possible.
 When point is already on that position, then signal an error."
   :type 'boolean
-  :group 'scrolling
+  :group 'windows
   :version "24.1")
 
 (defun scroll-up-command (&optional arg)