Adjust NEWS for revert of eshell fix on emacs-27 (Bug#41370)

* etc/NEWS.27: Move "Eshell no longer re-initializes its keymap every
call" to...
* etc/NEWS: ... here.
This commit is contained in:
Noam Postavsky 2020-05-27 12:49:35 -04:00
parent a824d5c87a
commit ae348f3286
2 changed files with 6 additions and 6 deletions

View file

@ -197,6 +197,12 @@ their backends.
*** Environment variable 'INSIDE_EMACS' is now copied to subprocesses.
Its value equals the result of evaluating '(format "%s,eshell" emacs-version)'.
---
*** Eshell no longer re-initializes its keymap every call.
This allows users to use (define-key eshell-mode-map ...) as usual.
Some modules have their own minor mode now to account for these
changes.
** Tramp
+++

View file

@ -2054,12 +2054,6 @@ default, and not just the opening element.
behave similarly, e.g. Pcomplete's default cycling can be obtained
with '(setq completion-cycle-threshold 5)'.
---
*** Eshell no longer re-initializes its keymap every call.
This allows users to use (define-key eshell-mode-map ...) as usual.
Some modules have their own minor mode now to account for these
changes.
+++
*** Expansion of history event designators is disabled by default.
To restore the old behavior, use