From cb11196fc79f6da3abcf17659ec15eb145b83f8a Mon Sep 17 00:00:00 2001 From: Jim Blandy Date: Tue, 12 Mar 1991 20:00:05 +0000 Subject: *** empty log message *** --- lisp/kermit.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lisp/kermit.el') diff --git a/lisp/kermit.el b/lisp/kermit.el index 73fbc7e517b..a66165b9671 100644 --- a/lisp/kermit.el +++ b/lisp/kermit.el @@ -124,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)) -- cgit v1.2.1