From d8754ce5289bd855f19c9bd522c8aac7b79fa4e0 Mon Sep 17 00:00:00 2001 From: Gerd Moellmann Date: Fri, 5 Oct 2001 09:36:02 +0000 Subject: Change ;;; to ;; for outline-minor-mode. --- lisp/emacs-lisp/tq.el | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'lisp/emacs-lisp') 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: -- cgit v1.2.3