]> git.eshelyaron.com Git - emacs.git/commitdiff
(Lisp changes in 21.4): document (match-data t) change.
authorDavid Kastrup <dak@gnu.org>
Thu, 8 Jul 2004 17:47:25 +0000 (17:47 +0000)
committerDavid Kastrup <dak@gnu.org>
Thu, 8 Jul 2004 17:47:25 +0000 (17:47 +0000)
etc/ChangeLog
etc/NEWS

index 356946001bd1fdb94c3a7e86e1b202598817aaac..d9c0c2816f0a51409a983126605fb3537d03a21d 100644 (file)
@@ -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.
index dafddc6b741720a74e3f0ab368cb6432523f3584..e9d1e79428a01c61eae72e761a4b0a5b14ccdd96 100644 (file)
--- a/etc/NEWS
+++ b/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'.