diff options
| author | Paul Eggert | 2012-09-07 01:55:03 -0700 |
|---|---|---|
| committer | Paul Eggert | 2012-09-07 01:55:03 -0700 |
| commit | eddb36a7d58b99e43deadcc808347008fe8a8627 (patch) | |
| tree | 8e0c4c13dc7b1ecce90af5b6dd78d9425283420e /src/ChangeLog | |
| parent | 1a4f1e9b4805cd80952946b5f4461eeb467d9509 (diff) | |
| download | emacs-eddb36a7d58b99e43deadcc808347008fe8a8627.tar.gz emacs-eddb36a7d58b99e43deadcc808347008fe8a8627.zip | |
* emacs.c (main): Convert three 'signal' calls to 'sigaction' calls.
Problem introduced when merging patches. Noted by Eli Zaretskii in
<http://bugs.gnu.org/12327#67>.
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 8cab03fca50..e4c94a2616b 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,6 +1,9 @@ | |||
| 1 | 2012-09-07 Paul Eggert <eggert@cs.ucla.edu> | 1 | 2012-09-07 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 2 | ||
| 3 | More signal-handler cleanup (Bug#12327). | 3 | More signal-handler cleanup (Bug#12327). |
| 4 | * emacs.c (main): Convert three 'signal' calls to 'sigaction' calls. | ||
| 5 | Problem introduced when merging patches. Noted by Eli Zaretskii in | ||
| 6 | <http://bugs.gnu.org/12327#67>. | ||
| 4 | * floatfns.c: Comment fix. | 7 | * floatfns.c: Comment fix. |
| 5 | * lisp.h (force_auto_save_soon): Declare regardless of SIGDANGER. | 8 | * lisp.h (force_auto_save_soon): Declare regardless of SIGDANGER. |
| 6 | SIGDANGER might not be in scope so "#ifdef SIGDANGER" is not right, | 9 | SIGDANGER might not be in scope so "#ifdef SIGDANGER" is not right, |