diff options
| author | Fabrice Popineau | 2012-10-01 16:22:23 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2012-10-01 16:22:23 +0200 |
| commit | 3d3bfa248930841abe983c5beb9ad095067d2410 (patch) | |
| tree | 43347a42b3b81083344a80d317648b20d9120de3 /lib-src/ChangeLog | |
| parent | 2d7d1608381a4c14822e50ae42e2a6d748842cc3 (diff) | |
| download | emacs-3d3bfa248930841abe983c5beb9ad095067d2410.tar.gz emacs-3d3bfa248930841abe983c5beb9ad095067d2410.zip | |
Make make-docfile.c consistent with src/keyboard.c.
lib-src/make-docfile.c (write_globals): Special-case
Fexit_recursive_edit and Fabort_recursive_edit as well, as
functions that are _Noreturn, to be consistent with
src/keyboard.c.
Diffstat (limited to 'lib-src/ChangeLog')
| -rw-r--r-- | lib-src/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index 32aa985eaff..2a8ac9b8131 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog | |||
| @@ -1,3 +1,10 @@ | |||
| 1 | 2012-10-01 Fabrice Popineau <fabrice.popineau@gmail.com> | ||
| 2 | |||
| 3 | * make-docfile.c (write_globals): Special-case | ||
| 4 | Fexit_recursive_edit and Fabort_recursive_edit as well, as | ||
| 5 | functions that are _Noreturn, to be consistent with | ||
| 6 | src/keyboard.c. | ||
| 7 | |||
| 1 | 2012-09-30 Eli Zaretskii <eliz@gnu.org> | 8 | 2012-09-30 Eli Zaretskii <eliz@gnu.org> |
| 2 | 9 | ||
| 3 | * ntlib.c (gettimeofday): Copy from src/w32.c. lib/gettime.c | 10 | * ntlib.c (gettimeofday): Copy from src/w32.c. lib/gettime.c |