diff options
| author | Miles Bader | 2006-08-27 10:42:40 +0000 |
|---|---|---|
| committer | Miles Bader | 2006-08-27 10:42:40 +0000 |
| commit | 7a210b69c7f92650c524766d1b9d3f3eefdd67c7 (patch) | |
| tree | 6d64433b8933041600d772b7ff68ad8bdcaa38af /lispref/ChangeLog | |
| parent | eb411049435acd5469021b64ce3f59c4ac05f491 (diff) | |
| download | emacs-7a210b69c7f92650c524766d1b9d3f3eefdd67c7.tar.gz emacs-7a210b69c7f92650c524766d1b9d3f3eefdd67c7.zip | |
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>
Diffstat (limited to 'lispref/ChangeLog')
| -rw-r--r-- | lispref/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lispref/ChangeLog b/lispref/ChangeLog index ca648380cc4..cc3ccac3c7a 100644 --- a/lispref/ChangeLog +++ b/lispref/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 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. |