diff options
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 6 | ||||
| -rw-r--r-- | etc/NEWS.27 | 6 |
2 files changed, 6 insertions, 6 deletions
| @@ -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. |
| 198 | Its value equals the result of evaluating '(format "%s,eshell" emacs-version)'. | 198 | Its value equals the result of evaluating '(format "%s,eshell" emacs-version)'. |
| 199 | 199 | ||
| 200 | --- | ||
| 201 | *** Eshell no longer re-initializes its keymap every call. | ||
| 202 | This allows users to use (define-key eshell-mode-map ...) as usual. | ||
| 203 | Some modules have their own minor mode now to account for these | ||
| 204 | changes. | ||
| 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. | |||
| 2054 | behave similarly, e.g. Pcomplete's default cycling can be obtained | 2054 | behave similarly, e.g. Pcomplete's default cycling can be obtained |
| 2055 | with '(setq completion-cycle-threshold 5)'. | 2055 | with '(setq completion-cycle-threshold 5)'. |
| 2056 | 2056 | ||
| 2057 | --- | ||
| 2058 | *** Eshell no longer re-initializes its keymap every call. | ||
| 2059 | This allows users to use (define-key eshell-mode-map ...) as usual. | ||
| 2060 | Some modules have their own minor mode now to account for these | ||
| 2061 | changes. | ||
| 2062 | |||
| 2063 | +++ | 2057 | +++ |
| 2064 | *** Expansion of history event designators is disabled by default. | 2058 | *** Expansion of history event designators is disabled by default. |
| 2065 | To restore the old behavior, use | 2059 | To restore the old behavior, use |