aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChong Yidong <[email protected]>2007-06-04 23:14:56 +0000
committerChong Yidong <[email protected]>2007-06-04 23:14:56 +0000
commit7bbb629a9761f72def89dc4cc18e5a57596d1291 (patch)
treef2c706bec79504998e1058d2dbd642b1a33a181f
parent1a408ced09363c86ebcc19830b8c8e757b159e23 (diff)
* emacs-lisp/tq.el (tq-queue-pop): Stifle error when a process has
died and we are trying to send a signal to it.
-rw-r--r--lisp/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 33e6e9496d..185f1616c0 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
+2007-06-04 Michael Olson <[email protected]>
+
+ * emacs-lisp/tq.el (tq-queue-pop): Stifle error when a process has
+ died and we are trying to send a signal to it.
+
2007-06-04 Juanma Barranquero <[email protected]>
* emacs-lisp/easy-mmode.el (define-minor-mode)