aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2014-05-26 23:35:54 -0700
committerPaul Eggert2014-05-26 23:35:54 -0700
commit1ad913a1ae32c2f4bdf22edcc7047584bebfce0d (patch)
tree82e92f92a7dc7b25d836a514ac0c60f8a80a19fc /src/ChangeLog
parentc3e7b943a041a666305a219b9cca77f715f6d63e (diff)
downloademacs-1ad913a1ae32c2f4bdf22edcc7047584bebfce0d.tar.gz
emacs-1ad913a1ae32c2f4bdf22edcc7047584bebfce0d.zip
* xfns.c (Fx_window_property): Remove unused local.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog2
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 @@
12014-05-27 Paul Eggert <eggert@cs.ucla.edu> 12014-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