diff options
| -rw-r--r-- | etc/NEWS | 11 |
1 files changed, 5 insertions, 6 deletions
| @@ -249,12 +249,6 @@ When non-nil, 'switch-to-buffer' uses 'pop-to-buffer-same-window' that | |||
| 249 | respects display actions specified by 'display-buffer-alist' and | 249 | respects display actions specified by 'display-buffer-alist' and |
| 250 | 'display-buffer-overriding-action'. | 250 | 'display-buffer-overriding-action'. |
| 251 | 251 | ||
| 252 | +++ | ||
| 253 | ** New convenience functions in the seq.el library. | ||
| 254 | The new convenience functions 'seq-first' and 'seq-rest' give easy | ||
| 255 | access to respectively the first and all but the first elements of | ||
| 256 | sequences. | ||
| 257 | |||
| 258 | 252 | ||
| 259 | * Editing Changes in Emacs 27.1 | 253 | * Editing Changes in Emacs 27.1 |
| 260 | 254 | ||
| @@ -324,6 +318,11 @@ the node "(emacs) Directory Variables" of the user manual. | |||
| 324 | *** Deprecate the 'testfn' args of 'map-elt' and 'map-contains-key'. | 318 | *** Deprecate the 'testfn' args of 'map-elt' and 'map-contains-key'. |
| 325 | *** New generic function 'map-insert'. | 319 | *** New generic function 'map-insert'. |
| 326 | 320 | ||
| 321 | +++ | ||
| 322 | ** seq.el | ||
| 323 | New convenience functions 'seq-first' and 'seq-rest' give easy access | ||
| 324 | to respectively the first and all but the first elements of sequences. | ||
| 325 | |||
| 327 | --- | 326 | --- |
| 328 | ** Follow mode | 327 | ** Follow mode |
| 329 | In the current follow group of windows, "ghost" cursors are no longer | 328 | In the current follow group of windows, "ghost" cursors are no longer |