summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChong Yidong <cyd@gnu.org>2012-04-15 23:11:06 +0800
committerChong Yidong <cyd@gnu.org>2012-04-15 23:11:06 +0800
commit60efac0fc56286eef52707dd214ca5cb1ea56979 (patch)
treeaf45ccb9c29ce915e18de85f929fe4cf1b4d52c8
parent5dd1713eeb99b60b6d4a1b9ed6a64fb3c95a21cd (diff)
downloademacs-60efac0fc56286eef52707dd214ca5cb1ea56979.tar.gz
* lisp/frame.el (scrolling): Remove nearly unused customization group.
* lisp/scroll-all.el (scroll-all-mode): Move to windows group.
-rw-r--r--lisp/ChangeLog6
-rw-r--r--lisp/scroll-all.el1
-rw-r--r--lisp/window.el2
3 files changed, 7 insertions, 2 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 4b1fa58108f..a21d5841346 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,11 @@
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).
2012-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
diff --git a/lisp/scroll-all.el b/lisp/scroll-all.el
index 9ff0a61db2f..fed886c2b55 100644
--- a/lisp/scroll-all.el
+++ b/lisp/scroll-all.el
@@ -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)))
diff --git a/lisp/window.el b/lisp/window.el
index ca2cc9e7950..934b6067d08 100644
--- a/lisp/window.el
+++ b/lisp/window.el
@@ -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)