]> git.eshelyaron.com Git - emacs.git/commitdiff
(rlogin): add rlogin-carriage-filter to comint-output-filter-functions, not
authorNoah Friedman <friedman@splode.com>
Sun, 23 Jun 1996 04:31:17 +0000 (04:31 +0000)
committerNoah Friedman <friedman@splode.com>
Sun, 23 Jun 1996 04:31:17 +0000 (04:31 +0000)
ftelnet-carriage-filter.

lisp/rlogin.el

index f6053abe28d7064653a8c326fd8c12f2e0a935e2..a197133d63b7dd6cb9fe0828ecb0b73e0fb033ef 100644 (file)
@@ -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 @@ variable."
       (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)