aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorMiles Bader2006-08-27 10:42:40 +0000
committerMiles Bader2006-08-27 10:42:40 +0000
commit7a210b69c7f92650c524766d1b9d3f3eefdd67c7 (patch)
tree6d64433b8933041600d772b7ff68ad8bdcaa38af /lisp/ChangeLog
parenteb411049435acd5469021b64ce3f59c4ac05f491 (diff)
downloademacs-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 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 2d203896066..187f2ff3fae 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,11 @@
12006-08-27 Michael Olson <mwolson@gnu.org>
2
3 * emacs-lisp/tq.el: Small grammar fix in comments.
4 (tq-enqueue): Check for existence of queue rather than the
5 head queue item's question, which was a no-op.
6 (tq-filter, tq-process-buffer): Make sure the process buffer
7 exists before making it the current buffer.
8
12006-08-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> 92006-08-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2 10
3 * term/mac-win.el (mac-apple-event-map): Rename hicommand to hi-command. 11 * term/mac-win.el (mac-apple-event-map): Rename hicommand to hi-command.