diff options
author | Gerd Moellmann <gerd@gnu.org> | 2001-10-05 09:36:02 +0000 |
---|---|---|
committer | Gerd Moellmann <gerd@gnu.org> | 2001-10-05 09:36:02 +0000 |
commit | d8754ce5289bd855f19c9bd522c8aac7b79fa4e0 (patch) | |
tree | f77838f6a916c22f0fa6e06cfc8e10d1b3a0800e /lisp/emacs-lisp/tq.el | |
parent | 7271daf79bd8866c45c00d66157fab3d811c2ea4 (diff) | |
download | emacs-d8754ce5289bd855f19c9bd522c8aac7b79fa4e0.tar.gz |
Change ;;; to ;; for outline-minor-mode.
Diffstat (limited to 'lisp/emacs-lisp/tq.el')
-rw-r--r-- | lisp/emacs-lisp/tq.el | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/lisp/emacs-lisp/tq.el b/lisp/emacs-lisp/tq.el index 18c94f27cfd..3a32c0b5169 100644 --- a/lisp/emacs-lisp/tq.el +++ b/lisp/emacs-lisp/tq.el @@ -26,15 +26,15 @@ ;;; Commentary: -;;; manages receiving a stream asynchronously, -;;; parsing it into transactions, and then calling -;;; handler functions - -;;; Our basic structure is the queue/process/buffer triple. Each entry -;;; of the queue is a regexp/closure/function triple. We buffer -;;; bytes from the process until we see the regexp at the head of the -;;; queue. Then we call the function with the closure and the -;;; collected bytes. +;; manages receiving a stream asynchronously, +;; parsing it into transactions, and then calling +;; handler functions + +;; Our basic structure is the queue/process/buffer triple. Each entry +;; of the queue is a regexp/closure/function triple. We buffer +;; bytes from the process until we see the regexp at the head of the +;; queue. Then we call the function with the closure and the +;; collected bytes. ;;; Code: |