aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorStefan Monnier2009-11-23 05:32:25 +0000
committerStefan Monnier2009-11-23 05:32:25 +0000
commit216349f89edbd3476f04fc971ab545cea6239ee6 (patch)
tree972a3f5b90bbb91e1dc8632dfabfed6ae0526775 /etc
parentc10e06335efc44a628996547291c7b82b7ffe17a (diff)
downloademacs-216349f89edbd3476f04fc971ab545cea6239ee6.tar.gz
emacs-216349f89edbd3476f04fc971ab545cea6239ee6.zip
(move-to-window-line-last-op): New var.
(move-to-window-line-top-bottom): New command. (global-map): Bind M-r move-to-window-line-top-bottom.
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 87c11dd17a2..543d6612578 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -150,6 +150,9 @@ For instance, this can complete M-x lch to list-command-history.
150** Completions in the *Completions* buffer are sorted vertically 150** Completions in the *Completions* buffer are sorted vertically
151when the value of the new variable `completions-format' is `vertical'. 151when the value of the new variable `completions-format' is `vertical'.
152 152
153** M-r is bound to the new `move-to-window-line-top-bottom'
154to mirror the new behavior of C-l in Emacs-23.1.
155
153 156
154* Changes in Specialized Modes and Packages in Emacs 23.2 157* Changes in Specialized Modes and Packages in Emacs 23.2
155 158