comparison etc/NEWS @ 63692:1707ee95a0b3

*** empty log message ***
author Kim F. Storm <storm@cua.dk>
date Thu, 23 Jun 2005 13:58:24 +0000
parents df65ae1d9d1b
children 01829129c4df
comparison
equal deleted inserted replaced
63691:7c067b8d0f4e 63692:1707ee95a0b3
3540 accepts such a list for restoring the match state. 3540 accepts such a list for restoring the match state.
3541 3541
3542 +++ 3542 +++
3543 *** Functions `match-data' and `set-match-data' now have an optional 3543 *** Functions `match-data' and `set-match-data' now have an optional
3544 argument `reseat'. When non-nil, all markers in the match data list 3544 argument `reseat'. When non-nil, all markers in the match data list
3545 passed to these function will be reseated to point to nowhere, and if 3545 passed to these function will be reseated to point to nowhere.
3546 the value of `reseat' is `evaporate', the markers are put onto the
3547 free list. Note that no other references to those markers must exist
3548 if `evaporate' is specified for the `reseat' argument.
3549 3546
3550 +++ 3547 +++
3551 *** The default value of `sentence-end' is now defined using the new 3548 *** The default value of `sentence-end' is now defined using the new
3552 variable `sentence-end-without-space', which contains such characters 3549 variable `sentence-end-without-space', which contains such characters
3553 that end a sentence without following spaces. 3550 that end a sentence without following spaces.