diff options
| author | David Kastrup | 2004-07-08 17:47:25 +0000 |
|---|---|---|
| committer | David Kastrup | 2004-07-08 17:47:25 +0000 |
| commit | bcdf2143d312616d027880b16a6f43f4e0066792 (patch) | |
| tree | 92bcb6e970ad0892ac65ddc51e649f4ff58a2449 | |
| parent | 0ecc99998a7c1c0e7063b4df5713ce660c6db110 (diff) | |
| download | emacs-bcdf2143d312616d027880b16a6f43f4e0066792.tar.gz emacs-bcdf2143d312616d027880b16a6f43f4e0066792.zip | |
(Lisp changes in 21.4): document (match-data t) change.
| -rw-r--r-- | etc/ChangeLog | 4 | ||||
| -rw-r--r-- | etc/NEWS | 7 |
2 files changed, 10 insertions, 1 deletions
diff --git a/etc/ChangeLog b/etc/ChangeLog index 356946001bd..d9c0c2816f0 100644 --- a/etc/ChangeLog +++ b/etc/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2004-07-08 David Kastrup <dak@gnu.org> | ||
| 2 | |||
| 3 | * NEWS (Lisp changes in 21.4): document (match-data t) change. | ||
| 4 | |||
| 1 | 2002-06-26 Eli Zaretskii <eliz@is.elta.co.il> | 5 | 2002-06-26 Eli Zaretskii <eliz@is.elta.co.il> |
| 2 | 6 | ||
| 3 | * FOR-RELEASE: Moved to the admin directory. | 7 | * FOR-RELEASE: Moved to the admin directory. |
| @@ -2171,7 +2171,7 @@ mode-lines in inverse-video. | |||
| 2171 | ** New package benchmark.el contains simple support for convenient | 2171 | ** New package benchmark.el contains simple support for convenient |
| 2172 | timing measurements of code (including the garbage collection component). | 2172 | timing measurements of code (including the garbage collection component). |
| 2173 | 2173 | ||
| 2174 | ** The new Lisp library fringe.el controls the apperance of fringes. | 2174 | ** The new Lisp library fringe.el controls the appearance of fringes. |
| 2175 | 2175 | ||
| 2176 | ** `cfengine-mode' is a major mode for editing GNU Cfengine | 2176 | ** `cfengine-mode' is a major mode for editing GNU Cfengine |
| 2177 | configuration files. | 2177 | configuration files. |
| @@ -3564,6 +3564,11 @@ it in that buffer. | |||
| 3564 | properties from surrounding text. | 3564 | properties from surrounding text. |
| 3565 | 3565 | ||
| 3566 | +++ | 3566 | +++ |
| 3567 | ** `(match-data t)' will append the buffer as a final element of the | ||
| 3568 | match data if the last match was on a buffer. `set-match-data' will | ||
| 3569 | accept this for restoring the match state. | ||
| 3570 | |||
| 3571 | +++ | ||
| 3567 | ** New function `buffer-local-value'. | 3572 | ** New function `buffer-local-value'. |
| 3568 | 3573 | ||
| 3569 | This function returns the buffer-local binding of VARIABLE (a symbol) | 3574 | This function returns the buffer-local binding of VARIABLE (a symbol) |