diff options
| author | Stefan Monnier | 2009-11-23 05:32:25 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2009-11-23 05:32:25 +0000 |
| commit | 216349f89edbd3476f04fc971ab545cea6239ee6 (patch) | |
| tree | 972a3f5b90bbb91e1dc8632dfabfed6ae0526775 /etc | |
| parent | c10e06335efc44a628996547291c7b82b7ffe17a (diff) | |
| download | emacs-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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
| @@ -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 |
| 151 | when the value of the new variable `completions-format' is `vertical'. | 151 | when 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' | ||
| 154 | to 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 | ||