diff options
| author | Eric S. Raymond | 1992-07-22 03:58:44 +0000 |
|---|---|---|
| committer | Eric S. Raymond | 1992-07-22 03:58:44 +0000 |
| commit | 6d74b528d014d3ae65306e8afe154ccc66386be5 (patch) | |
| tree | 3b8a7eb6225bfffbd7a0142cc05abe6ae0ba45d1 /lisp/flow-ctrl.el | |
| parent | 32f4334dcef11f3b06b04e05618a27f477e96449 (diff) | |
| download | emacs-6d74b528d014d3ae65306e8afe154ccc66386be5.tar.gz emacs-6d74b528d014d3ae65306e8afe154ccc66386be5.zip | |
*** empty log message ***
Diffstat (limited to 'lisp/flow-ctrl.el')
| -rw-r--r-- | lisp/flow-ctrl.el | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/lisp/flow-ctrl.el b/lisp/flow-ctrl.el index 0cc2d0fa08e..2f98e999d9b 100644 --- a/lisp/flow-ctrl.el +++ b/lisp/flow-ctrl.el | |||
| @@ -1,13 +1,12 @@ | |||
| 1 | ;;; flow-ctrl.el --- help for lusers on cu(1) or ttys with wired-in ^S/^Q flow control | 1 | ;;; flow-ctrl.el --- help for lusers on cu(1) or ttys with wired-in ^S/^Q flow control |
| 2 | 2 | ||
| 3 | ;;; Copyright (C) 1990 Free Software Foundation, Inc. | ||
| 4 | ;;; Copyright (C) 1991 Kevin Gallagher | ||
| 3 | ;; Author Kevin Gallagher | 5 | ;; Author Kevin Gallagher |
| 4 | ;; Maintainer: FSF | 6 | ;; Maintainer: FSF |
| 5 | ;; Last-Modified: 03 Jun 1992 | ||
| 6 | ;; Adapted-By: ESR | 7 | ;; Adapted-By: ESR |
| 7 | ;; Keywords: hardware | 8 | ;; Keywords: hardware |
| 8 | 9 | ||
| 9 | ;;; Copyright (C) 1990 Free Software Foundation, Inc. | ||
| 10 | ;;; Copyright (C) 1991 Kevin Gallagher | ||
| 11 | ;;; | 10 | ;;; |
| 12 | ;;; GNU Emacs is distributed in the hope that it will be useful, but | 11 | ;;; GNU Emacs is distributed in the hope that it will be useful, but |
| 13 | ;;; WITHOUT ANY WARRANTY. No author or distributor accepts | 12 | ;;; WITHOUT ANY WARRANTY. No author or distributor accepts |