aboutsummaryrefslogtreecommitdiffstats
path: root/etc/NEWS
diff options
context:
space:
mode:
authorNoam Postavsky2020-05-27 12:49:35 -0400
committerNoam Postavsky2020-05-27 13:00:05 -0400
commitae348f328643e55ea2d2e8fd42ff034d08855cae (patch)
tree3e2238452aeb4ed7cce8f4d730cf4e3720202eaa /etc/NEWS
parenta824d5c87a1a1f914ce5dc4a6763fd3a8e45d146 (diff)
downloademacs-ae348f328643e55ea2d2e8fd42ff034d08855cae.tar.gz
emacs-ae348f328643e55ea2d2e8fd42ff034d08855cae.zip
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.
Diffstat (limited to 'etc/NEWS')
-rw-r--r--etc/NEWS6
1 files changed, 6 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index e97755a4541..ac65b320041 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -197,6 +197,12 @@ their backends.
197*** Environment variable 'INSIDE_EMACS' is now copied to subprocesses. 197*** Environment variable 'INSIDE_EMACS' is now copied to subprocesses.
198Its value equals the result of evaluating '(format "%s,eshell" emacs-version)'. 198Its value equals the result of evaluating '(format "%s,eshell" emacs-version)'.
199 199
200---
201*** Eshell no longer re-initializes its keymap every call.
202This allows users to use (define-key eshell-mode-map ...) as usual.
203Some modules have their own minor mode now to account for these
204changes.
205
200** Tramp 206** Tramp
201 207
202+++ 208+++