diff options
| author | Eli Zaretskii | 2020-03-07 14:38:07 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2020-03-07 14:38:07 +0200 |
| commit | 25b4d6fa2863cf8759424bcc676f001179954b65 (patch) | |
| tree | 6328b939ae4a8c672850a8474aa9c7041d58d829 | |
| parent | fc4d0f86daef4d00a2a7f7a251adcf97de601eb5 (diff) | |
| download | emacs-25b4d6fa2863cf8759424bcc676f001179954b65.tar.gz emacs-25b4d6fa2863cf8759424bcc676f001179954b65.zip | |
; * etc/NEWS: No need to document changes in map.el and seq.el.
| -rw-r--r-- | etc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
| @@ -888,6 +888,7 @@ at the end of the active minibuffer. | |||
| 888 | *** Some commands that previously used 'read-char-choice' now read | 888 | *** Some commands that previously used 'read-char-choice' now read |
| 889 | a character using the minibuffer by 'read-char-from-minibuffer'. | 889 | a character using the minibuffer by 'read-char-from-minibuffer'. |
| 890 | 890 | ||
| 891 | --- | ||
| 891 | ** map.el | 892 | ** map.el |
| 892 | 893 | ||
| 893 | *** Now also understands plists. | 894 | *** Now also understands plists. |
| @@ -899,6 +900,7 @@ a character using the minibuffer by 'read-char-from-minibuffer'. | |||
| 899 | +++ | 900 | +++ |
| 900 | *** The 'type' arg can be a list '(hash-table :key1 VAL1 :key2 VAL2 ...)'. | 901 | *** The 'type' arg can be a list '(hash-table :key1 VAL1 :key2 VAL2 ...)'. |
| 901 | 902 | ||
| 903 | --- | ||
| 902 | ** seq.el | 904 | ** seq.el |
| 903 | New convenience functions 'seq-first' and 'seq-rest' give easy access | 905 | New convenience functions 'seq-first' and 'seq-rest' give easy access |
| 904 | to respectively the first and all but the first elements of sequences. | 906 | to respectively the first and all but the first elements of sequences. |