diff options
| author | Juri Linkov | 2020-02-25 02:38:33 +0200 |
|---|---|---|
| committer | Juri Linkov | 2020-02-25 02:38:33 +0200 |
| commit | 72cf60e9dc8bcfa05157e6f5909c61037c3f7b0f (patch) | |
| tree | 5cd9a9f0b2bc4fc5ece0a45329c115f19347a301 /etc | |
| parent | 29eb93e3c3ad98027837a11ea3433d9d9b2dfc2f (diff) | |
| download | emacs-72cf60e9dc8bcfa05157e6f5909c61037c3f7b0f.tar.gz emacs-72cf60e9dc8bcfa05157e6f5909c61037c3f7b0f.zip | |
* lisp/textmodes/nroff-mode.el (nroff-mode-map): Remove key 'M-s' (bug#39706)
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 6 |
1 files changed, 6 insertions, 0 deletions
| @@ -163,6 +163,12 @@ key binding | |||
| 163 | * New Modes and Packages in Emacs 28.1 | 163 | * New Modes and Packages in Emacs 28.1 |
| 164 | 164 | ||
| 165 | 165 | ||
| 166 | * Incompatible Editing Changes in Emacs 28.1 | ||
| 167 | |||
| 168 | ** In nroff mode, 'center-line' is rebound from 'M-s' to 'M-o M-s', | ||
| 169 | so now the search prefix map 'M-s' is available in this mode. | ||
| 170 | |||
| 171 | |||
| 166 | * Incompatible Lisp Changes in Emacs 28.1 | 172 | * Incompatible Lisp Changes in Emacs 28.1 |
| 167 | 173 | ||
| 168 | ** 'equal' no longer examines some contents of window configurations. | 174 | ** 'equal' no longer examines some contents of window configurations. |