comparison lisp/kermit.el @ 660:08eb386dd0f3

*** empty log message ***
author Eric S. Raymond <esr@snark.thyrsus.com>
date Sat, 30 May 1992 23:12:08 +0000
parents 8b1123702915
children 4c7627a869df
comparison
equal deleted inserted replaced
659:505130d1ddf8 660:08eb386dd0f3
1 ;;Additions to shell mode for use with kermit, etc. 1 ;;; kermit.el --- additions to shell mode for use with kermit, etc.
2
2 ;;Feb 1988, Jeff Norden - jeff@colgate.csnet 3 ;;Feb 1988, Jeff Norden - jeff@colgate.csnet
3 ;; Copyright (C) 1988 Free Software Foundation, Inc. 4 ;; Copyright (C) 1988 Free Software Foundation, Inc.
4 5
5 ;; This file is part of GNU Emacs. 6 ;; This file is part of GNU Emacs.
6 7
134 (defun kermit-clean-off () 135 (defun kermit-clean-off ()
135 "Cancel a previous kermit-clean-shell-on command." 136 "Cancel a previous kermit-clean-shell-on command."
136 (interactive) 137 (interactive)
137 (set-process-filter (get-buffer-process (current-buffer)) nil)) 138 (set-process-filter (get-buffer-process (current-buffer)) nil))
138 139
139 140 ;;; kermit.el ends here