summaryrefslogtreecommitdiff
path: root/lisp/flow-ctrl.el
diff options
context:
space:
mode:
authorEric S. Raymond <esr@snark.thyrsus.com>1992-05-30 23:12:08 +0000
committerEric S. Raymond <esr@snark.thyrsus.com>1992-05-30 23:12:08 +0000
commit1a06eabd17a8eff0635bc7058349f7c22057864c (patch)
tree851c3b4adf9217f7ad5d4e6fdc24c8e0efbaa186 /lisp/flow-ctrl.el
parent6594deb0dcec8f1a663fc47b0588a7b4c935a6c5 (diff)
downloademacs-1a06eabd17a8eff0635bc7058349f7c22057864c.tar.gz
*** empty log message ***
Diffstat (limited to 'lisp/flow-ctrl.el')
-rw-r--r--lisp/flow-ctrl.el7
1 files changed, 3 insertions, 4 deletions
diff --git a/lisp/flow-ctrl.el b/lisp/flow-ctrl.el
index bcd2c152b4f..68d5165dc45 100644
--- a/lisp/flow-ctrl.el
+++ b/lisp/flow-ctrl.el
@@ -1,5 +1,5 @@
-;;; Help for lusers on cu(1) or terminals with wired-in ^S/^Q flow control
-;;;
+;;; flow-ctrl.el --- help for lusers on cu(1) or terminals with wired-in ^S/^Q flow control
+
;;; Copyright (C) 1990 Free Software Foundation, Inc.
;;; Copyright (C) 1991 Kevin Gallagher
;;; Adapted for Emacs 19 by Eric S. Raymond <eric@snark.thyrsus.com>
@@ -80,7 +80,6 @@ and C-q characters to OS."
(and (memstr= term losing-terminal-types) (evade-flow-control)))
)
-;;; flow-ctrl.el ends here
-
(provide 'flow-ctrl)
+;;; flow-ctrl.el ends here