]> git.eshelyaron.com Git - emacs.git/commitdiff
Adjust NEWS for revert of eshell fix on emacs-27 (Bug#41370)
authorNoam Postavsky <npostavs@gmail.com>
Wed, 27 May 2020 16:49:35 +0000 (12:49 -0400)
committerNoam Postavsky <npostavs@gmail.com>
Wed, 27 May 2020 17:00:05 +0000 (13:00 -0400)
* etc/NEWS.27: Move "Eshell no longer re-initializes its keymap every
call" to...
* etc/NEWS: ... here.

etc/NEWS
etc/NEWS.27

index e97755a45414b62a58e05115370f9760dacbf276..ac65b320041a4a072f28587103f299e92922613c 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -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
 
 +++
index bb275b70e6f8332400f7d8cdfc1718ed20b9f120..58bd491753adf45a360f7440c85bd2a804aab91b 100644 (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