comparison lisp/kermit.el @ 807:4f28bd14272c

*** empty log message ***
author Eric S. Raymond <esr@snark.thyrsus.com>
date Thu, 16 Jul 1992 21:47:34 +0000
parents 45d748a65f24
children 20674ae6bf52
comparison
equal deleted inserted replaced
806:d42e1151eed8 807:4f28bd14272c
8 8
9 ;; This file is part of GNU Emacs. 9 ;; This file is part of GNU Emacs.
10 10
11 ;; GNU Emacs is free software; you can redistribute it and/or modify 11 ;; GNU Emacs is free software; you can redistribute it and/or modify
12 ;; it under the terms of the GNU General Public License as published by 12 ;; it under the terms of the GNU General Public License as published by
13 ;; the Free Software Foundation; either version 1, or (at your option) 13 ;; the Free Software Foundation; either version 2, or (at your option)
14 ;; any later version. 14 ;; any later version.
15 15
16 ;; GNU Emacs is distributed in the hope that it will be useful, 16 ;; GNU Emacs is distributed in the hope that it will be useful,
17 ;; but WITHOUT ANY WARRANTY; without even the implied warranty of 17 ;; but WITHOUT ANY WARRANTY; without even the implied warranty of
18 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 18 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
70 ;; option to force kermit to be local, to use stdin and stdout for interactive 70 ;; option to force kermit to be local, to use stdin and stdout for interactive
71 ;; speech, and to forget about cbreak mode. 71 ;; speech, and to forget about cbreak mode.
72 72
73 ;; Please let me know if any bugs turn up. 73 ;; Please let me know if any bugs turn up.
74 ;; Feb 1988, Jeff Norden - jeff@colgate.csnet 74 ;; Feb 1988, Jeff Norden - jeff@colgate.csnet
75
76 ;;; Code:
75 77
76 (require 'shell) 78 (require 'shell)
77 79
78 (defvar kermit-esc-char "\C-\\" "*Kermit's escape char") 80 (defvar kermit-esc-char "\C-\\" "*Kermit's escape char")
79 81