diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 72890cbc545..62e5f9d3b2f 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | 2005-06-23 Kim F. Storm <storm@cua.dk> | 1 | 2005-06-23 Kim F. Storm <storm@cua.dk> |
| 2 | 2 | ||
| 3 | * search.c (Fmatch_data): Remove evaporate option. | 3 | * search.c (Fmatch_data): Remove evaporate option. |
| 4 | (Fmatch_data): Do not mention evaporate option in doc string. | 4 | (Fset_match_data): Do not mention evaporate option in doc string. |
| 5 | Add commentary explaining evaporate arg (for internal use only). | 5 | Add commentary explaining evaporate arg (for internal use only). |
| 6 | (unwind_set_match_data): Add comment on evaporate use. | 6 | (unwind_set_match_data): Add comment on evaporate use. |
| 7 | 7 | ||