aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS6
-rw-r--r--etc/NEWS.276
2 files changed, 6 insertions, 6 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+++
diff --git a/etc/NEWS.27 b/etc/NEWS.27
index bb275b70e6f..58bd491753a 100644
--- a/etc/NEWS.27
+++ b/etc/NEWS.27
@@ -2054,12 +2054,6 @@ default, and not just the opening element.
2054behave similarly, e.g. Pcomplete's default cycling can be obtained 2054behave similarly, e.g. Pcomplete's default cycling can be obtained
2055with '(setq completion-cycle-threshold 5)'. 2055with '(setq completion-cycle-threshold 5)'.
2056 2056
2057---
2058*** Eshell no longer re-initializes its keymap every call.
2059This allows users to use (define-key eshell-mode-map ...) as usual.
2060Some modules have their own minor mode now to account for these
2061changes.
2062
2063+++ 2057+++
2064*** Expansion of history event designators is disabled by default. 2058*** Expansion of history event designators is disabled by default.
2065To restore the old behavior, use 2059To restore the old behavior, use