From: Chong Yidong Date: Sun, 15 Apr 2012 15:11:06 +0000 (+0800) Subject: * lisp/frame.el (scrolling): Remove nearly unused customization group. X-Git-Tag: emacs-24.2.90~471^2~359^2~2 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=60efac0fc56286eef52707dd214ca5cb1ea56979;p=emacs.git * lisp/frame.el (scrolling): Remove nearly unused customization group. * lisp/scroll-all.el (scroll-all-mode): Move to windows group. --- 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)