diff options
author | Jim Blandy <jimb@redhat.com> | 1991-03-12 20:00:05 +0000 |
---|---|---|
committer | Jim Blandy <jimb@redhat.com> | 1991-03-12 20:00:05 +0000 |
commit | e3f99b912245f0b8cf9c0442931a5099fb1e8ad9 (patch) | |
tree | e7843f7755ca3e991cc5ca2d5aa2c39e2d7e863f /lisp/kermit.el | |
parent | f30ff39f78474a9e7f28bb7b9ed259aae92760ac (diff) | |
download | emacs-e3f99b912245f0b8cf9c0442931a5099fb1e8ad9.tar.gz |
*** empty log message ***
Diffstat (limited to 'lisp/kermit.el')
-rw-r--r-- | lisp/kermit.el | 4 |
1 files changed, 2 insertions, 2 deletions
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)) |