comparison lisp/flow-ctrl.el @ 792:45d748a65f24

*** empty log message ***
author Eric S. Raymond <esr@snark.thyrsus.com>
date Thu, 16 Jul 1992 06:28:10 +0000
parents 7a9b4ea68565
children 6fb68a1460a6
comparison
equal deleted inserted replaced
791:203c23c9f22c 792:45d748a65f24
19 ;;; COPYING. Among other things, the Copyright notice and this notice 19 ;;; COPYING. Among other things, the Copyright notice and this notice
20 ;;; must be preserved on all copies. 20 ;;; must be preserved on all copies.
21 ;;; 21 ;;;
22 22
23 ;;;; Terminals that use XON/XOFF flow control can cause problems with 23 ;;;; Terminals that use XON/XOFF flow control can cause problems with
24 ;;;; GNU Emacs users. This file contains elisp code that makes it 24 ;;;; GNU Emacs users. This file contains Emacs Lisp code that makes it
25 ;;;; easy for a user to deal with this problem, when using such a 25 ;;;; easy for a user to deal with this problem, when using such a
26 ;;;; terminal. 26 ;;;; terminal.
27 ;;;; 27 ;;;;
28 ;;;; To invoke these adjustments, a user need only invoke the function 28 ;;;; To invoke these adjustments, a user need only invoke the function
29 ;;;; evade-flow-control-on with a list of terminal types in his/her own 29 ;;;; evade-flow-control-on with a list of terminal types in his/her own