From: David Kastrup Date: Thu, 8 Jul 2004 17:47:25 +0000 (+0000) Subject: (Lisp changes in 21.4): document (match-data t) change. X-Git-Tag: ttn-vms-21-2-B4~5525 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=bcdf2143d312616d027880b16a6f43f4e0066792;p=emacs.git (Lisp changes in 21.4): document (match-data t) change. --- diff --git a/etc/ChangeLog b/etc/ChangeLog index 356946001bd..d9c0c2816f0 100644 --- a/etc/ChangeLog +++ b/etc/ChangeLog @@ -1,3 +1,7 @@ +2004-07-08 David Kastrup + + * NEWS (Lisp changes in 21.4): document (match-data t) change. + 2002-06-26 Eli Zaretskii * FOR-RELEASE: Moved to the admin directory. diff --git a/etc/NEWS b/etc/NEWS index dafddc6b741..e9d1e79428a 100644 --- 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'.