Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
16366259
Commit
16366259
authored
Oct 12, 2010
by
Juanma Barranquero
Browse files
lisp/net/telnet.el (telnet-mode-map): Fix previous change.
parent
98e2b864
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletion
+5
-1
lisp/ChangeLog
lisp/ChangeLog
+4
-0
lisp/net/telnet.el
lisp/net/telnet.el
+1
-1
No files found.
lisp/ChangeLog
View file @
16366259
2010-10-12 Juanma Barranquero <lekktu@gmail.com>
* net/telnet.el (telnet-mode-map): Fix previous change.
2010-10-12 Jan Djärv <jan.h.d@swipnet.se>
* term/ns-win.el (ns-right-alternate-modifier): New defvar.
...
...
lisp/net/telnet.el
View file @
16366259
...
...
@@ -63,7 +63,7 @@ LOGIN-NAME, which is optional, says what to log in as on that machine.")
(
defvar
telnet-new-line
"\r"
)
(
defvar
telnet-mode-map
(
let
((
map
(
nconc
(
make-sparse-keymap
)
comint-mode-map
)))
(
define-key
telnet-mode-
map
"\C-m"
'telnet-send-input
)
(
define-key
map
"\C-m"
'telnet-send-input
)
;; (define-key telnet-mode-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
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment