comparison 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
comparison
equal deleted inserted replaced
72547:98899ee69177 72548:e5542d6aad7f
1 2006-08-27 Michael Olson <mwolson@gnu.org>
2
3 * processes.texi (Transaction Queues): Remove stray quote
4 character.
5
1 2006-08-25 Richard Stallman <rms@gnu.org> 6 2006-08-25 Richard Stallman <rms@gnu.org>
2 7
3 * os.texi (Idle Timers): run-with-idle-timer allows Lisp time value. 8 * os.texi (Idle Timers): run-with-idle-timer allows Lisp time value.
4 Add xref. 9 Add xref.
5 10