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
87c033db
Commit
87c033db
authored
Mar 25, 1997
by
Richard M. Stallman
Browse files
(function-key-map): Define iso-lefttab.
parent
5d0e8ddd
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
lisp/term/x-win.el
lisp/term/x-win.el
+1
-0
No files found.
lisp/term/x-win.el
View file @
87c033db
...
...
@@ -471,6 +471,7 @@ The value may be different for frames on different X displays."
(
define-key
function-key-map
[M-clear]
[?\M-\C-l]
)
(
define-key
function-key-map
[M-return]
[?\M-\C-m]
)
(
define-key
function-key-map
[M-escape]
[?\M-\e]
)
(
define-key
function-key-map
[iso-lefttab]
[backtab]
)
;; These tell read-char how to convert
;; these special chars to ASCII.
...
...
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