Mercurial > emacs
changeset 63667:0f4f09189edf
*** empty log message ***
author | Kim F. Storm <storm@cua.dk> |
---|---|
date | Wed, 22 Jun 2005 23:19:20 +0000 |
parents | e0dd6fa42c85 |
children | a7098c7b8f0f |
files | lisp/ChangeLog lispref/ChangeLog src/ChangeLog |
diffstat | 3 files changed, 11 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Wed Jun 22 23:18:59 2005 +0000 +++ b/lisp/ChangeLog Wed Jun 22 23:19:20 2005 +0000 @@ -1,3 +1,8 @@ +2005-06-23 Kim F. Storm <storm@cua.dk> + + * subr.el (save-match-data): Add comment about using evaporate arg + to set-match-data. + 2005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk> * cus-edit.el (customize-face)
--- a/lispref/ChangeLog Wed Jun 22 23:18:59 2005 +0000 +++ b/lispref/ChangeLog Wed Jun 22 23:19:20 2005 +0000 @@ -1,3 +1,8 @@ +2005-06-23 Kim F. Storm <storm@cua.dk> + + * searching.texi (Entire Match Data): Remove evaporate option for + match-data. Do not mention evaporate option for set-match-data. + 2005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk> * display.texi (Face Functions): Mention face aliases.
--- a/src/ChangeLog Wed Jun 22 23:18:59 2005 +0000 +++ b/src/ChangeLog Wed Jun 22 23:19:20 2005 +0000 @@ -1,7 +1,7 @@ 2005-06-23 Kim F. Storm <storm@cua.dk> * search.c (Fmatch_data): Remove evaporate option. - (Fmatch_data): Do not mention evaporate option in doc string. + (Fset_match_data): Do not mention evaporate option in doc string. Add commentary explaining evaporate arg (for internal use only). (unwind_set_match_data): Add comment on evaporate use.