# HG changeset patch # User Chong Yidong # Date 1180998896 0 # Node ID e41f2897e2fe4b8105ffdb5d64865163f9c85563 # Parent 2c91e7bc0c7407888430b9cc67484aa190041a76 * 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 -r 2c91e7bc0c74 -r e41f2897e2fe lisp/ChangeLog --- a/lisp/ChangeLog Mon Jun 04 22:59:48 2007 +0000 +++ b/lisp/ChangeLog Mon Jun 04 23:14:56 2007 +0000 @@ -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)