Mercurial > emacs
changeset 744:4c7627a869df
*** empty log message ***
author | Eric S. Raymond <esr@snark.thyrsus.com> |
---|---|
date | Mon, 06 Jul 1992 21:01:07 +0000 |
parents | 4c88459587e3 |
children | 98bdd205ec6f |
files | lisp/kermit.el |
diffstat | 1 files changed, 4 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/kermit.el Mon Jul 06 20:30:41 1992 +0000 +++ b/lisp/kermit.el Mon Jul 06 21:01:07 1992 +0000 @@ -1,5 +1,4 @@ -;;; kermit.el --- additions to shell mode for use with kermit, etc. - +;;Additions to shell mode for use with kermit, etc. ;;Feb 1988, Jeff Norden - jeff@colgate.csnet ;; Copyright (C) 1988 Free Software Foundation, Inc. @@ -125,9 +124,9 @@ (replace-match ""))))) (defun kermit-clean-on () - "Delete all null characters and ^M's from the kermit output. + "Delete all null characters and ^M's from the kermit output." Note that another (perhaps better) way to do this is to use the -command \"kermit | tr -d '\\015'\"." +command `kermit | tr -d '\\015''." (interactive) (set-process-filter (get-buffer-process (current-buffer)) 'kermit-clean-filter)) @@ -137,4 +136,4 @@ (interactive) (set-process-filter (get-buffer-process (current-buffer)) nil)) -;;; kermit.el ends here +