emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master ae348f3 2/2: Adjust NEWS for revert of eshell fix on emacs-27 (Bu


From: Noam Postavsky
Subject: master ae348f3 2/2: Adjust NEWS for revert of eshell fix on emacs-27 (Bug#41370)
Date: Wed, 27 May 2020 13:08:46 -0400 (EDT)

branch: master
commit ae348f328643e55ea2d2e8fd42ff034d08855cae
Author: Noam Postavsky <address@hidden>
Commit: Noam Postavsky <address@hidden>

    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.
---
 etc/NEWS    | 6 ++++++
 etc/NEWS.27 | 6 ------
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/etc/NEWS b/etc/NEWS
index e97755a..ac65b32 100644
--- 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
 
 +++
diff --git a/etc/NEWS.27 b/etc/NEWS.27
index bb275b7..58bd491 100644
--- a/etc/NEWS.27
+++ b/etc/NEWS.27
@@ -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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]