Mercurial > emacs
diff lispref/ChangeLog @ 72548:e5542d6aad7f
Miscellaneous tq-related fixes.
* lisp/emacs-lisp/tq.el: Small grammar fix in comments.
(tq-enqueue): Check for existence of queue rather than the head queue
item's question, which was a no-op.
(tq-filter, tq-process-buffer): Make sure the process buffer exists
before making it the current buffer.
* lispref/processes.texi (Transaction Queues): Remove stray quote
character.
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-411
Creator: Michael Olson <mwolson@gnu.org>
author | Miles Bader <miles@gnu.org> |
---|---|
date | Sun, 27 Aug 2006 10:42:40 +0000 |
parents | 55eefd4df7a5 |
children | 92303e5498ea 694bbb62a75d 6823a91487f2 |
line wrap: on
line diff
--- a/lispref/ChangeLog Sun Aug 27 07:10:26 2006 +0000 +++ b/lispref/ChangeLog Sun Aug 27 10:42:40 2006 +0000 @@ -1,3 +1,8 @@ +2006-08-27 Michael Olson <mwolson@gnu.org> + + * processes.texi (Transaction Queues): Remove stray quote + character. + 2006-08-25 Richard Stallman <rms@gnu.org> * os.texi (Idle Timers): run-with-idle-timer allows Lisp time value.