mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-04-27 16:51:06 -07:00
(Lisp changes in 21.4): document (match-data t) change.
This commit is contained in:
parent
0ecc99998a
commit
bcdf2143d3
2 changed files with 10 additions and 1 deletions
|
|
@ -1,3 +1,7 @@
|
|||
2004-07-08 David Kastrup <dak@gnu.org>
|
||||
|
||||
* NEWS (Lisp changes in 21.4): document (match-data t) change.
|
||||
|
||||
2002-06-26 Eli Zaretskii <eliz@is.elta.co.il>
|
||||
|
||||
* FOR-RELEASE: Moved to the admin directory.
|
||||
|
|
|
|||
7
etc/NEWS
7
etc/NEWS
|
|
@ -2171,7 +2171,7 @@ mode-lines in inverse-video.
|
|||
** New package benchmark.el contains simple support for convenient
|
||||
timing measurements of code (including the garbage collection component).
|
||||
|
||||
** The new Lisp library fringe.el controls the apperance of fringes.
|
||||
** The new Lisp library fringe.el controls the appearance of fringes.
|
||||
|
||||
** `cfengine-mode' is a major mode for editing GNU Cfengine
|
||||
configuration files.
|
||||
|
|
@ -3563,6 +3563,11 @@ it in that buffer.
|
|||
** In `replace-match', the replacement text no longer inherits
|
||||
properties from surrounding text.
|
||||
|
||||
+++
|
||||
** `(match-data t)' will append the buffer as a final element of the
|
||||
match data if the last match was on a buffer. `set-match-data' will
|
||||
accept this for restoring the match state.
|
||||
|
||||
+++
|
||||
** New function `buffer-local-value'.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue