diff options
author | Francesco Potortì <pot@gnu.org> | 2002-09-03 15:21:51 +0000 |
---|---|---|
committer | Francesco Potortì <pot@gnu.org> | 2002-09-03 15:21:51 +0000 |
commit | 4c6dce51b62caabaa6e3105534d55e3ca04e8df4 (patch) | |
tree | 821cdac514de247b7f060ddf969c09a2a99fe143 /lib-src/ChangeLog | |
parent | a127d423b58e6b51d670891eb314bfa7bdc340ee (diff) | |
download | emacs-4c6dce51b62caabaa6e3105534d55e3ca04e8df4.tar.gz |
etags bug
Diffstat (limited to 'lib-src/ChangeLog')
-rw-r--r-- | lib-src/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index cb83bcfcf2f..10dfa8163ac 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog @@ -1,3 +1,8 @@ +2002-09-03 Francesco Potorti` <pot@gnu.org> + + * etags.c (regex_tag_multiline, readline): Never pass pfnote a + string that cannot be freed. + 2002-08-30 Francesco Potorti` <pot@gnu.org> * etags.c (consider_token, C_entries): Switch to C++ parsing when |