X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/d2fc7e3d0f6f57f962cbd94df3bf4fd15a37bb68..e18ee60b02d08b2f075903005798d3d6064dc013:/lisp/kermit.el diff --git a/lisp/kermit.el b/lisp/kermit.el index 3c8f52db0c..61651032f1 100644 --- a/lisp/kermit.el +++ b/lisp/kermit.el @@ -1,9 +1,9 @@ ;;; kermit.el --- additions to shell mode for use with kermit -;; Copyright (C) 1988, 2001-2011 Free Software Foundation, Inc. +;; Copyright (C) 1988, 2001-2016 Free Software Foundation, Inc. ;; Author: Jeff Norden -;; Maintainer: FSF +;; Maintainer: emacs-devel@gnu.org ;; Created: 15 Feb 1988 ;; Keywords: comm @@ -135,7 +135,7 @@ In this state, use LFD to send a line and end it with a carriage-return." (defun kermit-clean-on () "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))