Mercurial > emacs
changeset 77889:e41f2897e2fe
* emacs-lisp/tq.el (tq-queue-pop): Stifle error when a process has
died and we are trying to send a signal to it.
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Mon, 04 Jun 2007 23:14:56 +0000 |
parents | 2c91e7bc0c74 |
children | 57715561e846 |
files | lisp/ChangeLog |
diffstat | 1 files changed, 5 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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 <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)