diff options
| author | Gerd Moellmann | 2000-02-17 13:15:26 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2000-02-17 13:15:26 +0000 |
| commit | 2503c8b1aee911d3a53a7950e39eab34c05192fb (patch) | |
| tree | e1a55adb56e7a50faf91763dd1248717ed262ed8 /src/ChangeLog | |
| parent | 249652b19d1b0e8709e623483fcc6213e02dbf75 (diff) | |
| download | emacs-2503c8b1aee911d3a53a7950e39eab34c05192fb.tar.gz emacs-2503c8b1aee911d3a53a7950e39eab34c05192fb.zip | |
(stop_other_atimers): Don't call cancel_atimer because
that unblocks alarms.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index c9edb3660b9..36092bdbe61 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,8 @@ | |||
| 1 | 2000-02-17 Gerd Moellmann <gerd@gnu.org> | 1 | 2000-02-17 Gerd Moellmann <gerd@gnu.org> |
| 2 | 2 | ||
| 3 | * atimer.c (stop_other_atimers): Don't call cancel_atimer because | ||
| 4 | that unblocks alarms. | ||
| 5 | |||
| 3 | * alloc.c, bytecode.c, data.c, dispnew.c, ecrt0.c, editfns.c, | 6 | * alloc.c, bytecode.c, data.c, dispnew.c, ecrt0.c, editfns.c, |
| 4 | emacs.c, floatfns.c, fns.c, lread.c, print.c, config.in, lisp.h, | 7 | emacs.c, floatfns.c, fns.c, lread.c, print.c, config.in, lisp.h, |
| 5 | Makefile.in: Remove `LISP_FLOAT_TYPE' and `standalone'. | 8 | Makefile.in: Remove `LISP_FLOAT_TYPE' and `standalone'. |