diff options
author | Glenn Morris <rgm@gnu.org> | 2019-01-07 15:03:13 -0500 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2019-01-07 15:03:13 -0500 |
commit | 73fe3ad168e390056355660ae1b47a6994ae0803 (patch) | |
tree | ec37fa514754912e25c47d0b5826a3a024a411dc /ChangeLog.3 | |
parent | ba2a0667e9efdef0e0d13b3d2b4392a1243baa9a (diff) | |
download | emacs-73fe3ad168e390056355660ae1b47a6994ae0803.tar.gz |
; ChangeLog fix
ref http://lists.gnu.org/r/emacs-devel/2019-01/msg00076.html
Diffstat (limited to 'ChangeLog.3')
-rw-r--r-- | ChangeLog.3 | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/ChangeLog.3 b/ChangeLog.3 index 49176f8a5ed..70d1b8f8d92 100644 --- a/ChangeLog.3 +++ b/ChangeLog.3 @@ -730,14 +730,6 @@ 2019-01-07 Nicolas Petton <nicolas@petton.fr> * etc/AUTHORS: Update. -2019-01-03 Andrey Kotlarski <m00naticus@gmail.com> - - Fix EBROWSE parsing of classes declared final - - * lib-src/ebrowse.c (enum token, token_string, init_scanner): - Handle final keyword. - (member, class_definition, globals): Correctly determine class - name in presence of final declaration. 2018-11-18 Martin Rudalics <rudalics@gmx.at> |