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
e2a2f845
Commit
e2a2f845
authored
Jul 08, 1992
by
Richard M. Stallman
Browse files
*** empty log message ***
parent
edbe355b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
lisp/terminal.el
lisp/terminal.el
+2
-2
No files found.
lisp/terminal.el
View file @
e2a2f845
...
@@ -227,8 +227,8 @@ Other chars following \"%s\" are interpreted as follows:\n"
...
@@ -227,8 +227,8 @@ Other chars following \"%s\" are interpreted as follows:\n"
(
interactive
"cSet escape character to: "
)
(
interactive
"cSet escape character to: "
)
(
let
((
o
terminal-escape-char
))
(
let
((
o
terminal-escape-char
))
(
message
(
if
(
=
o
c
)
(
message
(
if
(
=
o
c
)
"\"%s\" is escape char"
"\"%s\" is
the
escape char"
"\"%s\" is now escape; \"%s\" passes though"
)
"\"%s\" is now
the
escape; \"%s\" passes th
r
ough"
)
(
single-key-description
c
)
(
single-key-description
c
)
(
single-key-description
o
))
(
single-key-description
o
))
(
setq
terminal-escape-char
c
)))
(
setq
terminal-escape-char
c
)))
...
...
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