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
51a8e1cc
Commit
51a8e1cc
authored
Jul 17, 1995
by
Karl Heuer
Browse files
(vendor-specific-keysyms):
In Sun keys, f36 was misnamed f35 and f37 misnamed f36.
parent
63d991d6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
lisp/term/x-win.el
lisp/term/x-win.el
+2
-2
No files found.
lisp/term/x-win.el
View file @
51a8e1cc
...
...
@@ -591,8 +591,8 @@ as returned by (x-server-vendor)."
(
65397
.
kp-backtab
)))
((
or
(
string-equal
vendor
"X11/NeWS - Sun Microsystems Inc."
)
(
string-equal
vendor
"X Consortium"
))
'
((
392976
.
f3
5
)
(
392977
.
f3
6
)
'
((
392976
.
f3
6
)
(
392977
.
f3
7
)
(
393056
.
req
)
;; These are for Sun under X11R6
(
393072
.
props
)
...
...
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