aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorJuri Linkov2009-11-29 23:34:05 +0000
committerJuri Linkov2009-11-29 23:34:05 +0000
commit0116abbdeb4ab81438d90bda45b753ec8dd0a7e9 (patch)
tree04684ba4e0c187c75dd294779920d5ac72420817 /etc
parent07b6428ccd287539c88f90860026fe91ae012f8b (diff)
downloademacs-0116abbdeb4ab81438d90bda45b753ec8dd0a7e9.tar.gz
emacs-0116abbdeb4ab81438d90bda45b753ec8dd0a7e9.zip
Add defcustom to define the cycling order of `recenter-top-bottom'. (Bug#4981)
* window.el (recenter-last-op): Doc fix. (recenter-positions): New defcustom. (recenter-top-bottom): Rewrite to use `recenter-positions'. (move-to-window-line-top-bottom): Rewrite to use `recenter-positions'.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index fed8ea18670..9fcea9b23ef 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -159,6 +159,9 @@ operate on several directories (copy, rename, diff).
159** M-r is bound to the new `move-to-window-line-top-bottom' 159** M-r is bound to the new `move-to-window-line-top-bottom'
160to mirror the new behavior of C-l in Emacs-23.1. 160to mirror the new behavior of C-l in Emacs-23.1.
161 161
162** `recenter-positions' can redefine the default cycling order
163of `recenter-top-bottom'.
164
162 165
163* Changes in Specialized Modes and Packages in Emacs 23.2 166* Changes in Specialized Modes and Packages in Emacs 23.2
164 167