From 60efac0fc56286eef52707dd214ca5cb1ea56979 Mon Sep 17 00:00:00 2001 From: Chong Yidong Date: Sun, 15 Apr 2012 23:11:06 +0800 Subject: [PATCH] * lisp/frame.el (scrolling): Remove nearly unused customization group. * lisp/scroll-all.el (scroll-all-mode): Move to windows group. --- lisp/ChangeLog | 6 ++++++ lisp/scroll-all.el | 1 - lisp/window.el | 2 +- 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,3 +1,9 @@ +2012-04-15 Chong Yidong + + * frame.el (scrolling): Remove nearly unused customization group. + + * scroll-all.el (scroll-all-mode): Move to windows group. + 2012-04-15 Chong Yidong * bindings.el (goto-map): Bind goto-char to M-g c (Bug#11240). 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) -- 2.39.2