diff options
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 12 |
1 files changed, 12 insertions, 0 deletions
| @@ -175,6 +175,18 @@ a new window when opening man pages when there's already one, use | |||
| 175 | (inhibit-same-window . nil) | 175 | (inhibit-same-window . nil) |
| 176 | (mode . Man-mode)))) | 176 | (mode . Man-mode)))) |
| 177 | 177 | ||
| 178 | +++ | ||
| 179 | ** `parse-partial-sexp' state has a new element. Element 10 is | ||
| 180 | non-nil when the last character scanned might be the first character | ||
| 181 | of a two character construct, i.e. a comment delimiter or escaped | ||
| 182 | character. Its value is the syntax of that last character. | ||
| 183 | |||
| 184 | +++ | ||
| 185 | ** `parse-partial-sexp''s state, element 9, has now been confirmed as | ||
| 186 | permanent and documented, and may be used by Lisp programs. Its value | ||
| 187 | is a list of currently open parenthesis positions, starting with the | ||
| 188 | outermost parenthesis. | ||
| 189 | |||
| 178 | 190 | ||
| 179 | * Changes in Emacs 25.2 on Non-Free Operating Systems | 191 | * Changes in Emacs 25.2 on Non-Free Operating Systems |
| 180 | 192 | ||