# HG changeset patch # User Noah Friedman # Date 835504277 0 # Node ID 1fe754bafbcb3ef2eea6e3d128d71c93d0b0e9a0 # Parent 5393431269db566f5b486338186d53004363b116 (rlogin): add rlogin-carriage-filter to comint-output-filter-functions, not ftelnet-carriage-filter. diff -r 5393431269db -r 1fe754bafbcb lisp/rlogin.el --- 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)