From 57b6ae53514ccef149507cfd5f53d2e418810d30 Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Tue, 12 Oct 2010 04:45:24 +0200 Subject: [PATCH] lisp/net/telnet.el: "Fix" commented code. --- lisp/net/telnet.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/net/telnet.el b/lisp/net/telnet.el index 5d91245cdcb..25bf7db7612 100644 --- a/lisp/net/telnet.el +++ b/lisp/net/telnet.el @@ -64,7 +64,7 @@ LOGIN-NAME, which is optional, says what to log in as on that machine.") (defvar telnet-mode-map (let ((map (nconc (make-sparse-keymap) comint-mode-map))) (define-key map "\C-m" 'telnet-send-input) - ;; (define-key telnet-mode-map "\C-j" 'telnet-send-input) + ;; (define-key map "\C-j" 'telnet-send-input) (define-key map "\C-c\C-q" 'send-process-next-char) (define-key map "\C-c\C-c" 'telnet-interrupt-subjob) (define-key map "\C-c\C-z" 'telnet-c-z) -- 2.39.5