changeset 56374:e784f4b6c134

(Lisp changes in 21.4): document (match-data t) change.
author David Kastrup <dak@gnu.org>
date Thu, 08 Jul 2004 17:47:25 +0000
parents 493a379b41a6
children 2e4e974fa50b 09bbf2fc80da
files etc/ChangeLog etc/NEWS
diffstat 2 files changed, 10 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/etc/ChangeLog	Thu Jul 08 15:24:54 2004 +0000
+++ b/etc/ChangeLog	Thu Jul 08 17:47:25 2004 +0000
@@ -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.
--- a/etc/NEWS	Thu Jul 08 15:24:54 2004 +0000
+++ b/etc/NEWS	Thu Jul 08 17:47:25 2004 +0000
@@ -2171,7 +2171,7 @@
 ** 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.
@@ -3564,6 +3564,11 @@
 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'.
 
 This function returns the buffer-local binding of VARIABLE (a symbol)