X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/0877d0dc24ee792b9b14592869ea1aa0934aee58..4b9ac23960d2998f899287ffcf696ad33b63a69a:/lisp/kermit.el diff --git a/lisp/kermit.el b/lisp/kermit.el index da9fb1e386..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-2013 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))