* lisp/frame.el (scrolling): Remove nearly unused customization group.
* lisp/scroll-all.el (scroll-all-mode): Move to windows group.
This commit is contained in:
parent
5dd1713eeb
commit
60efac0fc5
3 changed files with 7 additions and 2 deletions
|
@ -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).
|
||||
|
|
|
@ -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)))
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue