diff options
| author | Glenn Morris | 2019-01-07 15:03:13 -0500 |
|---|---|---|
| committer | Glenn Morris | 2019-01-07 15:03:13 -0500 |
| commit | 73fe3ad168e390056355660ae1b47a6994ae0803 (patch) | |
| tree | ec37fa514754912e25c47d0b5826a3a024a411dc | |
| parent | ba2a0667e9efdef0e0d13b3d2b4392a1243baa9a (diff) | |
| download | emacs-73fe3ad168e390056355660ae1b47a6994ae0803.tar.gz emacs-73fe3ad168e390056355660ae1b47a6994ae0803.zip | |
; ChangeLog fix
ref http://lists.gnu.org/r/emacs-devel/2019-01/msg00076.html
| -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 @@ | |||
| 730 | 2019-01-07 Nicolas Petton <nicolas@petton.fr> | 730 | 2019-01-07 Nicolas Petton <nicolas@petton.fr> |
| 731 | 731 | ||
| 732 | * etc/AUTHORS: Update. | 732 | * etc/AUTHORS: Update. |
| 733 | 2019-01-03 Andrey Kotlarski <m00naticus@gmail.com> | ||
| 734 | |||
| 735 | Fix EBROWSE parsing of classes declared final | ||
| 736 | |||
| 737 | * lib-src/ebrowse.c (enum token, token_string, init_scanner): | ||
| 738 | Handle final keyword. | ||
| 739 | (member, class_definition, globals): Correctly determine class | ||
| 740 | name in presence of final declaration. | ||
| 741 | 733 | ||
| 742 | 2018-11-18 Martin Rudalics <rudalics@gmx.at> | 734 | 2018-11-18 Martin Rudalics <rudalics@gmx.at> |
| 743 | 735 | ||