From: Chong Yidong Date: Mon, 4 Jun 2007 23:14:56 +0000 (+0000) Subject: * emacs-lisp/tq.el (tq-queue-pop): Stifle error when a process has X-Git-Tag: emacs-pretest-22.1.90~1451 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=7bbb629a9761f72def89dc4cc18e5a57596d1291;p=emacs.git * emacs-lisp/tq.el (tq-queue-pop): Stifle error when a process has died and we are trying to send a signal to it. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 33e6e9496d7..185f1616c0b 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2007-06-04 Michael Olson + + * 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 * emacs-lisp/easy-mmode.el (define-minor-mode)