lisp/net/telnet.el: "Fix" commented code.
This commit is contained in:
parent
b0b111c376
commit
57b6ae5351
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue