Mercurial > emacs
changeset 15490:1fe754bafbcb
(rlogin): add rlogin-carriage-filter to comint-output-filter-functions, not
ftelnet-carriage-filter.
author | Noah Friedman <friedman@splode.com> |
---|---|
date | Sun, 23 Jun 1996 04:31:17 +0000 |
parents | 5393431269db |
children | ea6697d31d1c |
files | lisp/rlogin.el |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/rlogin.el Sat Jun 22 17:42:15 1996 +0000 +++ b/lisp/rlogin.el Sun Jun 23 04:31:17 1996 +0000 @@ -23,7 +23,7 @@ ;; Free Software Foundation, Inc., 59 Temple Place - Suite 330, ;; Boston, MA 02111-1307, USA. -;; $Id: rlogin.el,v 1.33 1996/06/14 21:30:41 rms Exp friedman $ +;; $Id: rlogin.el,v 1.34 1996/06/20 17:30:41 friedman Exp friedman $ ;;; Commentary: @@ -192,7 +192,7 @@ (if (fboundp 'make-local-hook) (make-local-hook 'comint-output-filter-functions) (make-local-variable 'comint-output-filter-functions)) - (add-hook 'comint-output-filter-functions 'ftelnet-carriage-filter) + (add-hook 'comint-output-filter-functions 'rlogin-carriage-filter) (rlogin-mode)