diff options
| author | Paul Eggert | 2014-06-01 16:37:59 -0700 |
|---|---|---|
| committer | Paul Eggert | 2014-06-01 16:37:59 -0700 |
| commit | b9928bbace87a54feffa5fc21eab791f658406b9 (patch) | |
| tree | c53b4e298e96f17ce1ba540eda295383288eb8a2 /src/ChangeLog | |
| parent | 5c2b9423c56c2b7e3266d34be45cac359d2c3c26 (diff) | |
| download | emacs-b9928bbace87a54feffa5fc21eab791f658406b9.tar.gz emacs-b9928bbace87a54feffa5fc21eab791f658406b9.zip | |
Spelling fix in ChangeLog entry.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 975b19f032f..f5da7ce4ee3 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -4,7 +4,7 @@ | |||
| 4 | * callproc.c, sysdep.c (block_child_signal, unblock_child_signal): | 4 | * callproc.c, sysdep.c (block_child_signal, unblock_child_signal): |
| 5 | Move implementations from callproc.c to sysdep.c. | 5 | Move implementations from callproc.c to sysdep.c. |
| 6 | * process.h, syssignal.h (block_child_signal, unblock_child_signal): | 6 | * process.h, syssignal.h (block_child_signal, unblock_child_signal): |
| 7 | Move declaratations from process.h to syssignal.h. | 7 | Move declarations from process.h to syssignal.h. |
| 8 | 8 | ||
| 9 | 2014-06-01 Juanma Barranquero <lekktu@gmail.com> | 9 | 2014-06-01 Juanma Barranquero <lekktu@gmail.com> |
| 10 | 10 | ||