]> git.eshelyaron.com Git - emacs.git/commitdiff
* emacs-lisp/tq.el (tq-queue-pop): Stifle error when a process has
authorChong Yidong <cyd@stupidchicken.com>
Mon, 4 Jun 2007 23:14:56 +0000 (23:14 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Mon, 4 Jun 2007 23:14:56 +0000 (23:14 +0000)
died and we are trying to send a signal to it.

lisp/ChangeLog

index 33e6e9496d77ae1e3d7da92e3ebffd4900c61836..185f1616c0b455c0b9124f74b937ddc3951fc115 100644 (file)
@@ -1,3 +1,8 @@
+2007-06-04  Michael Olson  <mwolson@gnu.org>
+
+       * 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  <lekktu@gmail.com>
 
        * emacs-lisp/easy-mmode.el (define-minor-mode)