diff options
| author | Juri Linkov | 2019-12-09 00:19:43 +0200 |
|---|---|---|
| committer | Juri Linkov | 2019-12-09 00:19:43 +0200 |
| commit | 9ea3137bc8601cac9465e953e4e79ee15963e24a (patch) | |
| tree | ec94fed8c87163b834158b8f99d6451f039c85ce /etc | |
| parent | fe7ae74c0b0b40dff4af8fa46da8f5f537bb99a0 (diff) | |
| download | emacs-9ea3137bc8601cac9465e953e4e79ee15963e24a.tar.gz emacs-9ea3137bc8601cac9465e953e4e79ee15963e24a.zip | |
Move recenter/scroll keybindings from minibuffer-local-map to read-char map
* lisp/minibuffer.el (minibuffer-local-map): Move remap of
recenter/scroll keybindings to read-char-from-minibuffer-map.
* lisp/subr.el (read-char-from-minibuffer-map): Move remap of
recenter/scroll keybindings here from minibuffer-local-map.
(bug#38502)
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 3 |
1 files changed, 0 insertions, 3 deletions
| @@ -765,9 +765,6 @@ list the contents of such directories when completing file names. | |||
| 765 | 765 | ||
| 766 | ** Minibuffer | 766 | ** Minibuffer |
| 767 | 767 | ||
| 768 | *** Scrolling and recentering commands in the minibuffer are invoked | ||
| 769 | on the original window (that was selected before activating the minibuffer). | ||
| 770 | |||
| 771 | +++ | 768 | +++ |
| 772 | *** A new user option, 'minibuffer-beginning-of-buffer-movement', has | 769 | *** A new user option, 'minibuffer-beginning-of-buffer-movement', has |
| 773 | been introduced to allow controlling how the 'M-<' command works in | 770 | been introduced to allow controlling how the 'M-<' command works in |