From 94074b1950f340ec46d86ddc61829993fcb5073b Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Mon, 6 Jul 1992 21:01:07 +0000 Subject: *** empty log message *** --- lisp/kermit.el | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'lisp/kermit.el') diff --git a/lisp/kermit.el b/lisp/kermit.el index dfbd82561d5..73fbc7e517b 100644 --- a/lisp/kermit.el +++ b/lisp/kermit.el @@ -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 @@ In this state, use LFD to send a line and end it with a carriage-return." (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 @@ command \"kermit | tr -d '\\015'\"." (interactive) (set-process-filter (get-buffer-process (current-buffer)) nil)) -;;; kermit.el ends here + -- cgit v1.2.1