aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorJuri Linkov2019-12-09 00:19:43 +0200
committerJuri Linkov2019-12-09 00:19:43 +0200
commit9ea3137bc8601cac9465e953e4e79ee15963e24a (patch)
treeec94fed8c87163b834158b8f99d6451f039c85ce /etc
parentfe7ae74c0b0b40dff4af8fa46da8f5f537bb99a0 (diff)
downloademacs-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/NEWS3
1 files changed, 0 insertions, 3 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 8ac8ea2e409..ff5ac5103f7 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -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
769on 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
773been introduced to allow controlling how the 'M-<' command works in 770been introduced to allow controlling how the 'M-<' command works in