]> git.eshelyaron.com Git - emacs.git/commitdiff
* 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 4b1fa58108f4e72e85c075e131fcfe38602e383f..a21d5841346c363c33572beabeaaade8568fedde 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 9ff0a61db2f6c32c5aca1aa88e43d084a4794a32..fed886c2b559e39264752134b1851a86be566d12 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 ca2cc9e795038623e156008003094055395aa5c8..934b6067d08ac5e1ef4d254d973a60304b32801f 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)