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
c2a00883
Commit
c2a00883
authored
Dec 10, 2008
by
Chong Yidong
Browse files
(xterm-remove-modify-other-keys): Fix error in terminal variable
assignment.
parent
70b52829
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
lisp/term/xterm.el
lisp/term/xterm.el
+1
-1
No files found.
lisp/term/xterm.el
View file @
c2a00883
...
...
@@ -642,7 +642,7 @@ versions of xterm."
(
defun
xterm-remove-modify-other-keys
(
&optional
terminal
)
"Turn off the modifyOtherKeys feature of xterm for good."
(
setq
terminal
(
and
terminal
(
frame-terminal
(
selected-frame
))))
(
setq
terminal
(
or
terminal
(
frame-terminal
(
selected-frame
))))
(
when
(
and
(
terminal-live-p
terminal
)
(
memq
terminal
xterm-modify-other-keys-terminal-list
))
(
setq
xterm-modify-other-keys-terminal-list
...
...
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