diff options
| author | Paul Eggert | 2014-05-26 23:35:54 -0700 |
|---|---|---|
| committer | Paul Eggert | 2014-05-26 23:35:54 -0700 |
| commit | 1ad913a1ae32c2f4bdf22edcc7047584bebfce0d (patch) | |
| tree | 82e92f92a7dc7b25d836a514ac0c60f8a80a19fc /src/ChangeLog | |
| parent | c3e7b943a041a666305a219b9cca77f715f6d63e (diff) | |
| download | emacs-1ad913a1ae32c2f4bdf22edcc7047584bebfce0d.tar.gz emacs-1ad913a1ae32c2f4bdf22edcc7047584bebfce0d.zip | |
* xfns.c (Fx_window_property): Remove unused local.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index d2db6ccebd6..7e270789094 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,7 @@ | |||
| 1 | 2014-05-27 Paul Eggert <eggert@cs.ucla.edu> | 1 | 2014-05-27 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 2 | ||
| 3 | * xfns.c (Fx_window_property): Remove unused local. | ||
| 4 | |||
| 3 | Don't kill already-reaped process (Bug#17561). | 5 | Don't kill already-reaped process (Bug#17561). |
| 4 | * process.c (process_send_signal): Fix race condition where a | 6 | * process.c (process_send_signal): Fix race condition where a |
| 5 | subprocess was reaped by a signal handler between the check for | 7 | subprocess was reaped by a signal handler between the check for |