[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] /srv/bzr/emacs/trunk r107912: * lisp/frame.el (scrolling):
From: |
Chong Yidong |
Subject: |
[Emacs-diffs] /srv/bzr/emacs/trunk r107912: * lisp/frame.el (scrolling): Remove nearly unused customization group. |
Date: |
Sun, 15 Apr 2012 23:11:06 +0800 |
User-agent: |
Bazaar (2.3.1) |
------------------------------------------------------------
revno: 107912
committer: Chong Yidong <address@hidden>
branch nick: trunk
timestamp: Sun 2012-04-15 23:11:06 +0800
message:
* lisp/frame.el (scrolling): Remove nearly unused customization group.
* lisp/scroll-all.el (scroll-all-mode): Move to windows group.
modified:
lisp/ChangeLog
lisp/scroll-all.el
lisp/window.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog 2012-04-15 09:16:50 +0000
+++ b/lisp/ChangeLog 2012-04-15 15:11:06 +0000
@@ -1,5 +1,11 @@
2012-04-15 Chong Yidong <address@hidden>
+ * frame.el (scrolling): Remove nearly unused customization group.
+
+ * scroll-all.el (scroll-all-mode): Move to windows group.
+
+2012-04-15 Chong Yidong <address@hidden>
+
* bindings.el (goto-map): Bind goto-char to M-g c (Bug#11240).
2012-04-15 Stefan Monnier <address@hidden>
=== modified file 'lisp/scroll-all.el'
--- a/lisp/scroll-all.el 2012-01-19 07:21:25 +0000
+++ b/lisp/scroll-all.el 2012-04-15 15:11:06 +0000
@@ -111,7 +111,6 @@
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)))
=== modified file 'lisp/window.el'
--- a/lisp/window.el 2012-04-11 02:36:04 +0000
+++ b/lisp/window.el 2012-04-15 15:11:06 +0000
@@ -5443,7 +5443,7 @@
\(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)
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] /srv/bzr/emacs/trunk r107912: * lisp/frame.el (scrolling): Remove nearly unused customization group.,
Chong Yidong <=