diff options
Diffstat (limited to 'src/process.c')
| -rw-r--r-- | src/process.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/process.c b/src/process.c index bde87b78701..8bc922ab509 100644 --- a/src/process.c +++ b/src/process.c | |||
| @@ -7520,7 +7520,7 @@ handle_child_signal (int sig) | |||
| 7520 | 7520 | ||
| 7521 | emacs_unlink is not async signal safe because | 7521 | emacs_unlink is not async signal safe because |
| 7522 | deleting files from content providers must proceed | 7522 | deleting files from content providers must proceed |
| 7523 | through Java code. Consequentially, if XCDR (head) | 7523 | through Java code. Consequently, if XCDR (head) |
| 7524 | lies on a content provider it will not be removed, | 7524 | lies on a content provider it will not be removed, |
| 7525 | which is a bug. */ | 7525 | which is a bug. */ |
| 7526 | unlink (SSDATA (XCDR (head))); | 7526 | unlink (SSDATA (XCDR (head))); |